Skip to content

Commit 397fe8d

Browse files
committed
make the scrollview fill whole height
1 parent 83566a0 commit 397fe8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<ScrollView
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
android:layout_width="match_parent"
5-
android:layout_height="match_parent">
5+
android:layout_height="match_parent"
6+
android:fillViewport="true">
67

78
<EditText
89
android:id="@+id/notes_view"

0 commit comments

Comments
 (0)