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-29 00:15:18 +0100
commitc7641087e00661eaf68b70a0c93090e07d5b012e (patch)
tree97e1cb77777ca2d4179c8008c0f17532263aca5f /res/values/cm_colors.xml
parentc7fa79665b489b475ab4064b163f9fbdd5a4a3c2 (diff)
downloadandroid_packages_apps_Snap-c7641087e00661eaf68b70a0c93090e07d5b012e.tar.gz
android_packages_apps_Snap-c7641087e00661eaf68b70a0c93090e07d5b012e.tar.bz2
android_packages_apps_Snap-c7641087e00661eaf68b70a0c93090e07d5b012e.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>