From c3b0724c619a30cf299976c1df69fd55e4b900bd Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Fri, 16 Dec 2016 16:53:55 -0800 Subject: [PATCH] Set statusBarColor to secondary_device_default_settings The SettingsDrawer has a translucent scrim on top of status bar, which makes the color of status bar darker. By resetting the statusBarColor we can make the real color of status bar to "#242424" as close as possible. Bug: 30811708 Test: Manual - Take a screenshot Change-Id: I639ccac9d32aff9df5854c009da1fae15ba0e71f --- res/values/themes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/values/themes.xml b/res/values/themes.xml index 02bf5235814..3d129b34df0 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -152,6 +152,8 @@ @color/lock_pattern_view_regular_color @color/lock_pattern_view_success_color @color/lock_pattern_view_error_color + + @*android:color/secondary_device_default_settings