From c65fb530626360b784c241db42ef172b80693ac6 Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Fri, 20 Dec 2024 15:41:34 +0000 Subject: [PATCH] these need to be duplicated to night theme getResource in themeutils doesn't fall back (but i don't think it should) --- android/app/src/main/res/values-night/themes-base.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/android/app/src/main/res/values-night/themes-base.xml b/android/app/src/main/res/values-night/themes-base.xml index f4ba6ef5df..d3158b3fe4 100644 --- a/android/app/src/main/res/values-night/themes-base.xml +++ b/android/app/src/main/res/values-night/themes-base.xml @@ -116,6 +116,15 @@ @color/elevation_profile_dark @style/PopupMenu.Dark + @drawable/ic_layers_outdoors_active + @drawable/ic_layers_traffic_active + @drawable/ic_layers_subway_active + @drawable/ic_layers_isoline_active + @drawable/ic_layers_outdoors_inactive + @drawable/ic_layers_traffic_inactive + @drawable/ic_layers_subway_inactive + @drawable/ic_layers_isoline_inactive + @style/MwmWidget.BottomSheet @style/MwmTheme.BottomSheetDialog