Skip to content

Commit b6a8cf8

Browse files
committed
form template was worked onn
1 parent 5f0da38 commit b6a8cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<LinearLayout
2424
android:id="@+id/formContainer"
2525
android:layout_width="0dp"
26-
android:layout_height="wrap_content"
26+
android:layout_height="0dp"
2727
android:clipToPadding="false"
2828
android:orientation="vertical"
2929
app:layout_constraintBottom_toBottomOf="parent"

0 commit comments

Comments
 (0)