We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a8cf8 commit 73b6c75Copy full SHA for 73b6c75
formview/src/main/res/layout/form_template.xml
@@ -5,9 +5,9 @@
5
6
<androidx.constraintlayout.widget.ConstraintLayout
7
android:layout_width="match_parent"
8
- android:theme="@style/FormViewTheme"
+ android:layout_height="wrap_content"
9
android:orientation="vertical"
10
- android:layout_height="match_parent">
+ android:theme="@style/FormViewTheme">
11
12
13
<TextView
@@ -23,7 +23,7 @@
23
<LinearLayout
24
android:id="@+id/formContainer"
25
android:layout_width="0dp"
26
- android:layout_height="0dp"
+ android:layout_height="match_parent"
27
android:clipToPadding="false"
28
29
app:layout_constraintBottom_toBottomOf="parent"
0 commit comments