OSDN Git Service

Add new color: accent with 60% opacity.
authorJakub Adamek <jakuba@google.com>
Thu, 20 Oct 2016 08:45:38 +0000 (09:45 +0100)
committerJakub Adamek <jakuba@google.com>
Fri, 21 Oct 2016 08:12:23 +0000 (09:12 +0100)
Bug: 32201256
Change-Id: Id09420b78941b59df2f248dd75994fb7275ec2ea

core/res/res/values-watch/colors_device_defaults.xml

index 9150cc4..15786b4 100644 (file)
@@ -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>