mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-03-02 13:38:07 -05:00
make the scrollview fill whole height
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user