summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5c04aa3e4..302ab2139 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -48,13 +48,17 @@
<color name="dynamic_grid_preview_background">#FFFFFFFF</color>
<color name="dynamic_grid_preview_foreground">#FF000000</color>
+ <!-- App drawer -->
<color name="app_drawer_background">#76000000</color>
<color name="app_drawer_drag_background">#bf14191e</color>
<color name="app_scrubber_highlight_color">@android:color/white</color>
<color name="app_scrubber_gray_color">@android:color/darker_gray</color>
<color name="scrubber_background">#CC14191E</color>
- <color name="aftv_shadowColor">#b0000000</color>
+ <color name="drawer_header_text_shadow">#b0000000</color>
+
+ <color name="drawer_container_background_default">#00000000</color>
+ <color name="drawer_container_background_custom">#66000000</color>
<color name="folder_background">#141a1e</color>
</resources>