make the scrollview fill whole height

This commit is contained in:
tibbi 2016-08-21 23:13:27 +02:00
parent 83566a07e8
commit 397fe8d47c

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"