From: Soren Stoutner Date: Wed, 21 Jun 2017 23:52:15 +0000 (-0700) Subject: Create a lighter background for the dark theme `AlertDialogs`. X-Git-Tag: v2.4~2 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=da739b88f33f5a08af5c9c05faa9b68c8bd623b8 Create a lighter background for the dark theme `AlertDialogs`. --- diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 48d1f7c0..ff782d97 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -55,6 +55,7 @@ #FF757575 #FF616161 #FF424242 + #FF313131 #FF212121 #FFE8F5E9 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ffe929a1..9fe7aedf 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -154,8 +154,10 @@