summaryrefslogtreecommitdiffstats
path: root/res/values/cm_colors.xml
diff options
context:
space:
mode:
authorPaul Keith <javelinanddart@gmail.com>2018-01-23 23:36:19 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-28 20:08:06 +0000
commit6d78d4a13cd0e4da13f56fcac94cd64a438e8a08 (patch)
treebe10abea5dbec8491c3307752003595ef8a1bea5 /res/values/cm_colors.xml
parent8fbb2903f02c5c9685364058f93f96502482d21b (diff)
downloadandroid_packages_apps_Snap-6d78d4a13cd0e4da13f56fcac94cd64a438e8a08.tar.gz
android_packages_apps_Snap-6d78d4a13cd0e4da13f56fcac94cd64a438e8a08.tar.bz2
android_packages_apps_Snap-6d78d4a13cd0e4da13f56fcac94cd64a438e8a08.zip
Snap: Update pano and video icons to be more like photo icons
* Put the colored ring on the _outside_ of the shutter * While we're at it, cleanup naming and usage of color resources Change-Id: I4f344fa272374d043f2b83dba7248e263fab8bf0
Diffstat (limited to 'res/values/cm_colors.xml')
-rw-r--r--res/values/cm_colors.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index 143e073ae..5331f6ca4 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -23,14 +23,14 @@
<color name="green">#4CAF50</color>
<color name="blue">#2196F3</color>
- <color name="pic">@color/white</color>
- <color name="pic_pressed">@color/grey</color>
+ <color name="shutter">@color/white</color>
+ <color name="shutter_pressed">@color/grey</color>
+
+ <color name="photo">@color/blue</color>
<color name="video">@color/red</color>
- <color name="video_pressed">#D32F2F</color>
<color name="video_stop">#E57373</color>
<color name="pano">@color/green</color>
- <color name="pano_pressed">#388E3C</color>
<color name="pano_stop">#81C784</color>
</resources>