diff options
| author | JosJuice <josjuice@gmail.com> | 2020-11-06 11:40:38 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2020-11-06 11:40:38 +0100 |
| commit | b6e236ef869aa5f08fb57b727228faaa1ec8ce3e (patch) | |
| tree | ed2914a4c91fc278eca5107dab5320e20aee4620 /Source/Android | |
| parent | 4d1c1bea34dd3ca327dc599068e46328108619c8 (diff) | |
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.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml index e97ae923d7..370c755fba 100644 --- a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml +++ b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml @@ -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" |
