add scrollbar to text field

so app bar doesn't scroll off screen
This commit is contained in:
smichel17 2016-08-10 10:35:50 -04:00 committed by GitHub
parent a79c7c9ec5
commit a08472f1dc

View File

@ -10,6 +10,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@null"
android:gravity="top"/>
android:gravity="top"
android:scrollbars="vertical"/>
</RelativeLayout>