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:
parent
4d1c1bea34
commit
b6e236ef86
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue