summaryrefslogtreecommitdiffstats
path: root/res/drawable/shutter_button_video.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/drawable/shutter_button_video.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/drawable/shutter_button_video.xml')
-rw-r--r--res/drawable/shutter_button_video.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/shutter_button_video.xml b/res/drawable/shutter_button_video.xml
index 8c70e7d85..3fb897733 100644
--- a/res/drawable/shutter_button_video.xml
+++ b/res/drawable/shutter_button_video.xml
@@ -6,11 +6,11 @@
android:viewportHeight="80">
<path
- android:fillColor="@color/video"
+ android:fillColor="@color/shutter"
android:strokeWidth="1"
android:pathData="M 40 10.5 C 56.29240012 10.5 69.5 23.70759988 69.5 40 C 69.5 56.29240012 56.29240012 69.5 40 69.5 C 23.70759988 69.5 10.5 56.29240012 10.5 40 C 10.5 23.70759988 23.70759988 10.5 40 10.5 Z" />
<path
- android:strokeColor="@color/white"
+ android:strokeColor="@color/video"
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" />