From b6e236ef869aa5f08fb57b727228faaa1ec8ce3e Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 6 Nov 2020 11:40:38 +0100 Subject: [PATCH] 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. --- .../Android/app/src/main/res/layout/fragment_ingame_menu.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ + android:layout_weight="1" + android:fadeScrollbars="false">