summaryrefslogtreecommitdiffstats
path: root/res/values-v26/styles.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-06-26 10:48:41 -0700
committerTony Wickham <twickham@google.com>2017-06-26 17:50:29 +0000
commit093c3ac7c3e265bda0b9dbd29138ced28126e14e (patch)
treedf6931db4af2589b8e7579493a35f2cf44b13e80 /res/values-v26/styles.xml
parent03a38a669cc01123858c309c5536c0c8d86bb831 (diff)
downloadandroid_packages_apps_Trebuchet-093c3ac7c3e265bda0b9dbd29138ced28126e14e.tar.gz
android_packages_apps_Trebuchet-093c3ac7c3e265bda0b9dbd29138ced28126e14e.tar.bz2
android_packages_apps_Trebuchet-093c3ac7c3e265bda0b9dbd29138ced28126e14e.zip
Add dark widgets theme
Bug: 62907264 Change-Id: I9831e071eab9a746d1aacab7d023371cc4a631ef
Diffstat (limited to 'res/values-v26/styles.xml')
-rw-r--r--res/values-v26/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-v26/styles.xml b/res/values-v26/styles.xml
index cb184094d..fd6fc4d50 100644
--- a/res/values-v26/styles.xml
+++ b/res/values-v26/styles.xml
@@ -21,6 +21,10 @@
<style name="WidgetContainerTheme" parent="@android:style/Theme.DeviceDefault.Settings">
<item name="android:colorEdgeEffect">?android:attr/textColorSecondary</item>
</style>
+ <style name="WidgetContainerTheme.Dark" parent="LauncherThemeDark">
+ <item name="android:colorEdgeEffect">?android:attr/textColorSecondary</item>
+ <item name="android:colorPrimaryDark">#616161</item> <!-- Gray 700 -->
+ </style>
<!-- From O and above, we show a dark nav bar in all-apps -->
<style name="AllAppsNavBarProtection">