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.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values-v26/styles.xml b/res/values-v26/styles.xml
index 6877623d6..cb184094d 100644
--- a/res/values-v26/styles.xml
+++ b/res/values-v26/styles.xml
@@ -21,4 +21,11 @@
<style name="WidgetContainerTheme" parent="@android:style/Theme.DeviceDefault.Settings">
<item name="android:colorEdgeEffect">?android:attr/textColorSecondary</item>
</style>
+
+ <!-- From O and above, we show a dark nav bar in all-apps -->
+ <style name="AllAppsNavBarProtection">
+ <item name="android:alpha">0.6</item>
+ <item name="android:background">?android:attr/colorPrimary</item>
+ </style>
+
</resources>