Android: Make the in-game menu scrollbar wider
It was still rather hard to notice, even with autohide disabled.
This commit is contained in:
parent
bc4d0b3ef8
commit
8fa5f67277
|
@ -23,6 +23,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:scrollbarSize="8dp"
|
||||
android:fadeScrollbars="false">
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in New Issue