Android: Enable scrollbars in game list

pull/1773/head
Connor McLaughlin 4 years ago
parent 31a9e1b049
commit 18f952d95c

@ -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"

@ -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"

Loading…
Cancel
Save