Android: Make the in-game menu scrollbar wider

It was still rather hard to notice, even with autohide disabled.
This commit is contained in:
JosJuice 2021-03-19 21:24:55 +01:00
parent bc4d0b3ef8
commit 8fa5f67277
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:scrollbarSize="8dp"
android:fadeScrollbars="false">
<LinearLayout