summaryrefslogtreecommitdiffstats
path: root/res/drawable/shutter_panorama_dim.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/drawable/shutter_panorama_dim.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/drawable/shutter_panorama_dim.xml')
-rw-r--r--res/drawable/shutter_panorama_dim.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/shutter_panorama_dim.xml b/res/drawable/shutter_panorama_dim.xml
index a9b69e347..49845b39b 100644
--- a/res/drawable/shutter_panorama_dim.xml
+++ b/res/drawable/shutter_panorama_dim.xml
@@ -6,11 +6,11 @@
android:viewportHeight="80">
<path
- android:fillColor="@color/pano_pressed"
+ android:fillColor="@color/shutter_pressed"
android:strokeWidth="1"
android:pathData="M 40 12.5 C 55.1878306203 12.5 67.5 24.8121693797 67.5 40 C 67.5 55.1878306203 55.1878306203 67.5 40 67.5 C 24.8121693797 67.5 12.5 55.1878306203 12.5 40 C 12.5 24.8121693797 24.8121693797 12.5 40 12.5 Z" />
<path
- android:strokeColor="@color/white"
+ android:strokeColor="@color/pano"
android:strokeWidth="7"
android:pathData="M 40 3.5 C 60.1583933688 3.5 76.5 19.8416066312 76.5 40 C 76.5 60.1583933688 60.1583933688 76.5 40 76.5 C 19.8416066312 76.5 3.5 60.1583933688 3.5 40 C 3.5 19.8416066312 19.8416066312 3.5 40 3.5 Z" />