summaryrefslogtreecommitdiff
path: root/res/values-night
diff options
context:
space:
mode:
authorBeth Thibodeau <ethibodeau@google.com>2019-04-11 18:44:30 -0400
committerBeth Thibodeau <ethibodeau@google.com>2019-04-12 13:52:11 -0400
commit43a950617af24045eeead676bde702c052b69dd0 (patch)
treed4cc49c3e6a675347ba4c787ea05db743dcbae88 /res/values-night
parentaea8c9bedb6ce209c7eb19fc2120d6f47a23fd65 (diff)
downloadThemePicker-43a950617af24045eeead676bde702c052b69dd0.tar.gz
Update tab structure and add tips
Fixes: 126450861 Change-Id: I5af92bd6d730ef55228bdd108d6b5ad0c4276685
Diffstat (limited to 'res/values-night')
-rw-r--r--res/values-night/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml
index f093145b..ebb867b2 100644
--- a/res/values-night/colors.xml
+++ b/res/values-night/colors.xml
@@ -27,4 +27,7 @@
<color name="tile_enabled_icon_color">#2d2d2d</color>
<color name="tile_disabled_icon_color">@color/light_grey</color>
<color name="tile_disabled_background_color">#353535</color>
+
+ <color name="tip_dot_color">#81C995</color>
+ <color name="tip_dot_line_color">#000000</color>
</resources>