From f5f52625b9d5f613e49e05c55e9134be94b8643b Mon Sep 17 00:00:00 2001 From: Simonx22 Date: Wed, 20 Apr 2022 16:22:06 -0400 Subject: [PATCH] Android: Fix in game menu rippleColor and colorEdgeEffect --- .../app/src/main/res/layout/fragment_ingame_menu.xml | 3 ++- Source/Android/app/src/main/res/values/styles.xml | 6 +++++- 2 files changed, 7 insertions(+), 2 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 71dd4b6ad8..898adf6179 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 @@ -27,7 +27,8 @@ android:layout_height="0dp" android:layout_weight="1" android:scrollbarSize="8dp" - android:fadeScrollbars="false"> + android:fadeScrollbars="false" + android:theme="@style/InGameScrollView"> - + +