summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-04-11 23:31:51 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-04-11 23:31:51 -0700
commitbaa1a62af7c683a41f329e83718f3442efd9becf (patch)
treeee1a378fc64d4a0092af93bbc54df85033f097fd /res
parent0d7b0159b37361f8483ea2120d286ec249a82673 (diff)
downloadandroid_packages_apps_Trebuchet-baa1a62af7c683a41f329e83718f3442efd9becf.tar.gz
android_packages_apps_Trebuchet-baa1a62af7c683a41f329e83718f3442efd9becf.tar.bz2
android_packages_apps_Trebuchet-baa1a62af7c683a41f329e83718f3442efd9becf.zip
Popup container color changes for Dark Theme
Bug: 111411630 Change-Id: I7692fb6c6d9bd7b4500def8291ff2f6d77639a77
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index ec63e3597..fac77939d 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -75,8 +75,8 @@
<item name="allAppsScrimColor">#EA212121</item>
<item name="allAppsInterimScrimAlpha">102</item>
<item name="allAppsNavBarScrimColor">#80000000</item>
- <item name="popupColorPrimary">?android:attr/colorPrimary</item>
- <item name="popupColorSecondary">#424242</item> <!-- Gray 800 -->
+ <item name="popupColorPrimary">#3C4043</item> <!-- Gray 800 -->
+ <item name="popupColorSecondary">#5F6368</item> <!-- Gray 700 -->
<item name="popupColorTertiary">#757575</item> <!-- Gray 600 -->
<item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item>
<item name="folderDotColor">#FF464646</item>