From 8fa5f67277ec89d82121b591091742c5b19cdc38 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 19 Mar 2021 21:24:55 +0100 Subject: [PATCH] Android: Make the in-game menu scrollbar wider It was still rather hard to notice, even with autohide disabled. --- Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml | 1 + 1 file changed, 1 insertion(+) 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 b24e9a1b33..b33b4eebcf 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 @@ -23,6 +23,7 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" + android:scrollbarSize="8dp" android:fadeScrollbars="false">