From 4bac284083e637dee56f02923a678793a6fc8447 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 5 Apr 2023 16:20:10 +0200 Subject: ui: don't use primary color on status bar < api 23 The primary color changes in night theme, and since there's no proper mode for the status icons on those APIs, it looks bad. Signed-off-by: Jason A. Donenfeld --- ui/src/main/res/values/styles.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src') diff --git a/ui/src/main/res/values/styles.xml b/ui/src/main/res/values/styles.xml index ea36784b..39c38247 100644 --- a/ui/src/main/res/values/styles.xml +++ b/ui/src/main/res/values/styles.xml @@ -9,6 +9,7 @@ @style/WireGuardTheme.MaterialCardView @style/WireGuardTheme.Toolbar @style/WireGuardTheme.BottomSheetDialog + @null -- cgit v1.2.3