Merge "Set colorPrimaryDark to the value assigned in P release" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2019-01-02 19:36:27 +00:00
committed by Android (Google) Code Review

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">