Skip to content

Commit 73b6c75

Browse files
committed
form template was worked onn
1 parent b6a8cf8 commit 73b6c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

formview/src/main/res/layout/form_template.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<androidx.constraintlayout.widget.ConstraintLayout
77
android:layout_width="match_parent"
8-
android:theme="@style/FormViewTheme"
8+
android:layout_height="wrap_content"
99
android:orientation="vertical"
10-
android:layout_height="match_parent">
10+
android:theme="@style/FormViewTheme">
1111

1212

1313
<TextView
@@ -23,7 +23,7 @@
2323
<LinearLayout
2424
android:id="@+id/formContainer"
2525
android:layout_width="0dp"
26-
android:layout_height="0dp"
26+
android:layout_height="match_parent"
2727
android:clipToPadding="false"
2828
android:orientation="vertical"
2929
app:layout_constraintBottom_toBottomOf="parent"

0 commit comments

Comments
 (0)