From 69ae4ed1c4717fb1f5be0daf1e64c73ebcaecee9 Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Mon, 7 Aug 2023 22:11:53 +0200 Subject: [PATCH] Fix highlight color of pressed controls (like preferences) --- app/src/main/res/values/styles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 871061212..303953358 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -77,6 +77,7 @@ @style/GadgetbridgeTheme.OverflowMenuStyle ?attr/colorSurface true + ?attr/colorPrimary ?attr/colorSurface ?attr/colorOnSurface ?attr/colorSurface @@ -89,6 +90,7 @@ @style/GadgetbridgeTheme.OverflowMenuStyle ?attr/colorSurface false + ?attr/colorPrimary ?attr/colorSurface ?attr/colorOnSurface ?attr/colorSurface