summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorchihhangchuang <chihhangchuang@google.com>2020-06-10 15:46:56 +0800
committerchihhangchuang <chihhangchuang@google.com>2020-06-10 15:51:40 +0800
commita4b9eecf93bbf2ff923a2fca73db67f14f8e3959 (patch)
tree4a2337a38d9628c659cfc0a87dd5b45cdb004e84 /res/values
parent00103e5f53bc2d8a3f7f6aba71c03a3efa53af13 (diff)
downloadThemePicker-a4b9eecf93bbf2ff923a2fca73db67f14f8e3959.tar.gz
Update dark theme color to match mock
Mock: https://docs.google.com/presentation/d/15JadcGi5k1_0znUN_XdFpU7UxeXwxjK3Y7LxvhW5ETM/edit?ts=5e1cc430#slide=id.g85fff7c452_76_21 Screenshot: https://screenshot.googleplex.com/ytBaVdCCto0.png https://screenshot.googleplex.com/TppopvRTG2t.png https://screenshot.googleplex.com/cndtG9eKopv.png https://screenshot.googleplex.com/0zPK9qaTqrY.png https://screenshot.googleplex.com/mMRCbvq8AYT.png Test: Manually Fixes: 158587080 Change-Id: I48a20b13e133467d6e30c9c94ae0594df48cd019
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/styles.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 33ae4ea1..d5291c03 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -33,6 +33,8 @@
<color name="theme_preview_icon_color">@color/google_grey700</color>
<color name="theme_preview_workspace_shadow_color_dark">#B0000000</color>
<color name="theme_preview_workspace_shadow_color_transparent">@android:color/transparent</color>
+ <color name="theme_preview_color_icons_background">@color/material_white_100</color>
+ <color name="theme_preview_color_icons_title_color">@color/black_87_alpha</color>
<color name="text_color_dark">#2d2d2d</color>
<color name="text_color_light">@color/material_white_text</color>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 0b61fe4b..dd0f2a38 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -51,7 +51,7 @@
<item name="itemTextAppearanceActive">@style/BottomNavTextAppearanceActive</item>
<item name="itemTextAppearanceInactive">@style/BottomNavTextAppearance</item>
<item name="itemBackground">?android:attr/selectableItemBackgroundBorderless</item>
- <item name="android:background">?android:colorPrimary</item>
+ <item name="android:background">@color/bottom_bar_background_color</item>
</style>
<style name="BottomNavTextAppearance" parent="TitleTextAppearance">