commit | 64c1fc6f1580839cfadce62c17733439c8bfa556 | [log] [tgz] |
---|---|---|
author | Jesse Chan <jc@lineageos.org> | Mon May 18 14:14:56 2020 +0800 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sun May 24 20:09:49 2020 +0300 |
tree | 07f4a26c0a33a69280e5fab38ed925328fc7915e | |
parent | 097bf00cfc8bf4c9d1db1e3fb9a1d470aefdf6eb [diff] |
Dialer: allow framework to do dark theming automatically Change-Id: I5b840ba257adda69882e1fe19a55510802c45106 Signed-off-by: Jesse Chan <jc@lineageos.org>
diff --git a/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml b/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml index db06df4..3533cf9 100644 --- a/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml +++ b/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml
@@ -38,6 +38,7 @@ <!-- Activities and Applications should inherit from one of the themes above. --> <style name="Dialer.ThemeBase"> + <item name="android:forceDarkAllowed">true</item> <!-- These values should be used to color all backgrounds. --> <item name="android:colorBackground">@color/dialer_background_color</item> <item name="android:colorBackgroundFloating">@android:color/white</item>