summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-01-02 19:36:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-01-02 19:36:27 +0000
commit8e9342f40bd3fda96e2bc894dbd6fe8a4bdd22aa (patch)
tree6a4c946872d02be3270d8d8ec0e624f93a294cd5 /res
parentaa8ed1f37d912a3b96eaec3c4c4789cee8c071e1 (diff)
parent211b2fe3b08303f2eec0517ebf8847da7ffe70cd (diff)
downloadandroid_packages_apps_Trebuchet-8e9342f40bd3fda96e2bc894dbd6fe8a4bdd22aa.tar.gz
android_packages_apps_Trebuchet-8e9342f40bd3fda96e2bc894dbd6fe8a4bdd22aa.tar.bz2
android_packages_apps_Trebuchet-8e9342f40bd3fda96e2bc894dbd6fe8a4bdd22aa.zip
Merge "Set colorPrimaryDark to the value assigned in P release" into ub-launcher3-master
Diffstat (limited to 'res')
-rw-r--r--res/values-v26/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-v26/styles.xml b/res/values-v26/styles.xml
index e810ab251..8fb408b58 100644
--- a/res/values-v26/styles.xml
+++ b/res/values-v26/styles.xml
@@ -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">