summaryrefslogtreecommitdiffstats
path: root/res/values-v26/styles.xml
diff options
context:
space:
mode:
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">