From 10b4dbb1909f80770d6bcaf06ade3c79e829a8bd Mon Sep 17 00:00:00 2001 From: Steven Kideckel Date: Fri, 24 May 2019 10:18:09 +0100 Subject: Make statusBarColor and navBarColor transparent for Theme.DeviceDefault.Settings Bug: 133474669 Test: manual - compared effects in apps using the theme on my device Change-Id: Ia37f3e216a1b42d8d49f2c08d29c9e1ce835fdfb --- core/res/res/values/themes_device_defaults.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index 628926231c65..b90104899e55 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -1473,10 +1473,14 @@ easier. @color/error_color_device_default_light @color/edge_effect_device_default_light - + @color/navigation_bar_divider_device_default_settings - @android:color/white + + + @android:color/transparent true + @android:color/transparent @dimen/config_dialogCornerRadius -- cgit v1.2.3-59-g8ed1b