Set colorPrimaryDark to the value assigned in P release

previous value: google_grey_200

Bug: 117532945
Change-Id: Ia1d0a36920e6eff2d7022521123983c947804b91
This commit is contained in:
Hyunyoung Song 2018-12-20 17:54:08 -08:00
parent 1e0e558cbf
commit 211b2fe3b0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
<resources>
<!-- Theme for the widget container. -->
<style name="WidgetContainerTheme" parent="@android:style/Theme.DeviceDefault.Settings">
<item name="android:colorPrimaryDark">#E8EAED</item>
<item name="android:colorEdgeEffect">?android:attr/textColorSecondary</item>
</style>
<style name="WidgetContainerTheme.Dark" parent="AppTheme.Dark">