summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-11-06 11:40:38 +0100
committerJosJuice <josjuice@gmail.com>2020-11-06 11:40:38 +0100
commitb6e236ef869aa5f08fb57b727228faaa1ec8ce3e (patch)
treeed2914a4c91fc278eca5107dab5320e20aee4620 /Source/Android
parent4d1c1bea34dd3ca327dc599068e46328108619c8 (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.xml3
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"