Merge pull request #9227 from JosJuice/android-menu-scrollbar

Android: Make scrollbar for in-game menu always visible
This commit is contained in:
LC 2020-11-09 02:16:34 -05:00 committed by GitHub
commit db83c7ec8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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