Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2026-03-23 14:01:53 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0728bb64304f57c32e5414009832c13dcd85f43f
0728bb64
1 parent
f794552f
minor fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
21 deletions
warply_android_sdk/src/main/res/layout/dialog_fullscreen_questionnaire.xml
warply_android_sdk/src/main/res/layout/dialog_fullscreen_questionnaire.xml
View file @
0728bb6
...
...
@@ -50,16 +50,16 @@
android:layout_height=
"0dp"
android:fillViewport=
"true"
android:scrollbars=
"none"
app:layout_constraintBottom_to
TopOf=
"@id/ll_next_container
"
app:layout_constraintBottom_to
BottomOf=
"parent
"
app:layout_constraintTop_toBottomOf=
"@id/header_layout"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:orientation=
"vertical"
android:weightSum=
"1"
android:paddingHorizontal=
"16dp"
android:paddingBottom=
"32dp"
>
android:paddingBottom=
"96dp"
android:weightSum=
"1"
>
<TextView
android:id=
"@+id/tv_question_header_title"
...
...
@@ -74,22 +74,22 @@
android:id=
"@+id/tv_question_title"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"40dp"
android:includeFontPadding=
"false"
android:textColor=
"@color/custom_black4"
android:textSize=
"18sp"
android:layout_marginTop=
"40dp"
tools:text=
"Question Title?"
/>
<TextView
android:id=
"@+id/tv_question_subtitle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"8dp"
android:includeFontPadding=
"false"
android:text=
"@string/demo_questionnaire_subtitle"
android:textColor=
"@color/custom_black2"
android:textSize=
"14sp"
android:layout_marginTop=
"8dp"
android:text=
"@string/demo_questionnaire_subtitle"
android:visibility=
"gone"
/>
android:visibility=
"gone"
/>
<LinearLayout
android:id=
"@+id/ll_options_container"
...
...
@@ -101,24 +101,18 @@
</ScrollView>
<LinearLayout
android:id=
"@+id/ll_next_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:paddingHorizontal=
"16dp"
android:paddingTop=
"16dp"
android:paddingBottom=
"16dp"
android:translationZ=
"100dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/sv_main"
>
<LinearLayout
android:id=
"@+id/ll_next_button"
android:layout_width=
"match_parent"
android:layout_height=
"55dp"
android:background=
"@drawable/shape_rectangle_rounded_light_blue_tr"
android:gravity=
"center"
android:orientation=
"horizontal"
>
android:layout_marginHorizontal=
"16dp"
android:layout_marginBottom=
"24dp"
android:orientation=
"horizontal"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
<TextView
android:id=
"@+id/tv_next"
...
...
@@ -129,5 +123,4 @@
android:textColor=
"@color/white"
android:textSize=
"16sp"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment