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
This commit is contained in:
jackqdyulei
2016-12-16 16:53:55 -08:00
parent 38c844eb11
commit c3b0724c61

View File

@@ -152,6 +152,8 @@
<item name="*android:regularColor">@color/lock_pattern_view_regular_color</item> <item name="*android:regularColor">@color/lock_pattern_view_regular_color</item>
<item name="*android:successColor">@color/lock_pattern_view_success_color</item> <item name="*android:successColor">@color/lock_pattern_view_success_color</item>
<item name="*android:errorColor">@color/lock_pattern_view_error_color</item> <item name="*android:errorColor">@color/lock_pattern_view_error_color</item>
<item name="android:statusBarColor">@*android:color/secondary_device_default_settings</item>
</style> </style>
<style name="Theme.SubSettings" parent="Theme.Settings"> <style name="Theme.SubSettings" parent="Theme.Settings">