Android: Make scrollbar for in-game menu always visible

Some users aren't noticing that the in-game menu can be scrolled.
I hope this will help with that, though I'm not sure by how much.
This commit is contained in:
JosJuice 2020-11-06 11:40:38 +01:00
parent 4d1c1bea34
commit b6e236ef86
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
android:layout_weight="1"
android:fadeScrollbars="false">
<LinearLayout
android:id="@+id/layout_options"