Android: Enable scrollbars in game list

This commit is contained in:
Connor McLaughlin 2021-03-09 01:09:19 +10:00
parent 31a9e1b049
commit 18f952d95c
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
android:id="@+id/game_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"

View file

@ -9,6 +9,7 @@
android:id="@+id/game_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"