make the scrollview fill whole height

This commit is contained in:
tibbi committed 2016-08-21 23:13:27 +02:00
1 parent 83566a07e8
commit 397fe8d47c
1 file changed
+2 -1
+2 -1
View File
@@ -2,7 +2,8 @@
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fillViewport="true">
<EditText
android:id="@+id/notes_view"