summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jakub Adamek <jakuba@google.com> 2016-10-20 09:45:38 +0100
committer Jakub Adamek <jakuba@google.com> 2016-10-21 09:12:23 +0100
commit4f8b640bb765268ddb04a960ffc3a71d170a3b9f (patch)
tree9b2e892aa7a51c8a61e65b069397dc07bb3625a9
parent42f40b159f2848266d20169b9395df79e7b731c4 (diff)
Add new color: accent with 60% opacity.
Bug: 32201256 Change-Id: Id09420b78941b59df2f248dd75994fb7275ec2ea
-rw-r--r--core/res/res/values-watch/colors_device_defaults.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values-watch/colors_device_defaults.xml b/core/res/res/values-watch/colors_device_defaults.xml
index 9150cc409e13..15786b4a23f8 100644
--- a/core/res/res/values-watch/colors_device_defaults.xml
+++ b/core/res/res/values-watch/colors_device_defaults.xml
@@ -18,4 +18,7 @@
overlaying new theme colors. -->
<resources>
<color name="button_normal_device_default_dark">@color/btn_default_material_dark</color>
+ <!-- Use the same value as for accent_device_default_dark but start with #99,
+ i.e. 60% opacity -->
+ <color name="accent_device_default_dark_60_percent_opacity">#995E97f6</color>
</resources>