summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-20 20:54:10 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:08:45 +0100
commitdc82afcc0750e7da55c593059441e4a58831166b (patch)
tree5571616af2615f4a70c1c044b085b7f8659627b7
parent29ac761c49978b28fd7bcb939a0f48bd46ce9c78 (diff)
downloadandroid_packages_apps_Snap-dc82afcc0750e7da55c593059441e4a58831166b.tar.gz
android_packages_apps_Snap-dc82afcc0750e7da55c593059441e4a58831166b.tar.bz2
android_packages_apps_Snap-dc82afcc0750e7da55c593059441e4a58831166b.zip
Snap: update shutter button style
Change-Id: Ide5fc0ff1c54e216ac7cd9bea202002d1d4dfa12
-rw-r--r--res/drawable/shutter_button_normal.xml12
-rw-r--r--res/drawable/shutter_button_pressed.xml12
-rw-r--r--res/drawable/shutter_button_stop.xml12
-rw-r--r--res/drawable/shutter_button_video.xml12
-rw-r--r--res/drawable/shutter_button_video_dim.xml12
-rw-r--r--res/drawable/shutter_button_video_stop.xml12
-rw-r--r--res/drawable/shutter_panorama.xml12
-rw-r--r--res/drawable/shutter_panorama_dim.xml12
-rw-r--r--res/values/cm_colors.xml2
9 files changed, 73 insertions, 25 deletions
diff --git a/res/drawable/shutter_button_normal.xml b/res/drawable/shutter_button_normal.xml
index fffed900d..9e1f9aad1 100644
--- a/res/drawable/shutter_button_normal.xml
+++ b/res/drawable/shutter_button_normal.xml
@@ -2,10 +2,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/shutter_size"
android:height="@dimen/shutter_size"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:viewportWidth="80"
+ android:viewportHeight="80">
<path
android:fillColor="@color/pic"
- android:pathData="M 12 2 C 17.5228474983 2 22 6.47715250169 22 12 C 22 17.5228474983 17.5228474983 22 12 22 C 6.47715250169 22 2 17.5228474983 2 12 C 2 6.47715250169 6.47715250169 2 12 2 Z" />
+ 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/blue"
+ 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" />
+
</vector>
diff --git a/res/drawable/shutter_button_pressed.xml b/res/drawable/shutter_button_pressed.xml
index cbedb8729..32dbd58ee 100644
--- a/res/drawable/shutter_button_pressed.xml
+++ b/res/drawable/shutter_button_pressed.xml
@@ -2,10 +2,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/shutter_size"
android:height="@dimen/shutter_size"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:viewportWidth="80"
+ android:viewportHeight="80">
<path
android:fillColor="@color/pic_pressed"
- android:pathData="M 12 2 C 17.5228474983 2 22 6.47715250169 22 12 C 22 17.5228474983 17.5228474983 22 12 22 C 6.47715250169 22 2 17.5228474983 2 12 C 2 6.47715250169 6.47715250169 2 12 2 Z" />
+ 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/blue"
+ 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" />
+
</vector>
diff --git a/res/drawable/shutter_button_stop.xml b/res/drawable/shutter_button_stop.xml
index 6cf928322..8954092bc 100644
--- a/res/drawable/shutter_button_stop.xml
+++ b/res/drawable/shutter_button_stop.xml
@@ -2,10 +2,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/shutter_size"
android:height="@dimen/shutter_size"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:viewportWidth="80"
+ android:viewportHeight="80">
<path
android:fillColor="@color/pano_stop"
- android:pathData="M 12 2 C 17.5228474983 2 22 6.47715250169 22 12 C 22 17.5228474983 17.5228474983 22 12 22 C 6.47715250169 22 2 17.5228474983 2 12 C 2 6.47715250169 6.47715250169 2 12 2 Z" />
+ 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: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" />
+
</vector>
diff --git a/res/drawable/shutter_button_video.xml b/res/drawable/shutter_button_video.xml
index f937cceff..8c70e7d85 100644
--- a/res/drawable/shutter_button_video.xml
+++ b/res/drawable/shutter_button_video.xml
@@ -2,10 +2,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/shutter_size"
android:height="@dimen/shutter_size"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:viewportWidth="80"
+ android:viewportHeight="80">
<path
android:fillColor="@color/video"
- android:pathData="M 12 2 C 17.5228474983 2 22 6.47715250169 22 12 C 22 17.5228474983 17.5228474983 22 12 22 C 6.47715250169 22 2 17.5228474983 2 12 C 2 6.47715250169 6.47715250169 2 12 2 Z" />
+ 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: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" />
+
</vector>
diff --git a/res/drawable/shutter_button_video_dim.xml b/res/drawable/shutter_button_video_dim.xml
index e184767be..c3de0c04c 100644
--- a/res/drawable/shutter_button_video_dim.xml
+++ b/res/drawable/shutter_button_video_dim.xml
@@ -2,10 +2,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/shutter_size"
android:height="@dimen/shutter_size"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:viewportWidth="80"
+ android:viewportHeight="80">
<path
android:fillColor="@color/video_pressed"
- android:pathData="M 12 2 C 17.5228474983 2 22 6.47715250169 22 12 C 22 17.5228474983 17.5228474983 22 12 22 C 6.47715250169 22 2 17.5228474983 2 12 C 2 6.47715250169 6.47715250169 2 12 2 Z" />
+ 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: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" />
+
</vector>
diff --git a/res/drawable/shutter_button_video_stop.xml b/res/drawable/shutter_button_video_stop.xml
index 3883c9944..9acc1a297 100644
--- a/res/drawable/shutter_button_video_stop.xml
+++ b/res/drawable/shutter_button_video_stop.xml
@@ -2,10 +2,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/shutter_size"
android:height="@dimen/shutter_size"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:viewportWidth="80"
+ android:viewportHeight="80">
<path
android:fillColor="@color/video_stop"
- android:pathData="M 12 2 C 17.5228474983 2 22 6.47715250169 22 12 C 22 17.5228474983 17.5228474983 22 12 22 C 6.47715250169 22 2 17.5228474983 2 12 C 2 6.47715250169 6.47715250169 2 12 2 Z" />
+ 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: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" />
+
</vector>
diff --git a/res/drawable/shutter_panorama.xml b/res/drawable/shutter_panorama.xml
index bc70fea8b..e68ddc3dc 100644
--- a/res/drawable/shutter_panorama.xml
+++ b/res/drawable/shutter_panorama.xml
@@ -2,10 +2,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/shutter_size"
android:height="@dimen/shutter_size"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:viewportWidth="80"
+ android:viewportHeight="80">
<path
android:fillColor="@color/pano"
- android:pathData="M 12 2 C 17.5228474983 2 22 6.47715250169 22 12 C 22 17.5228474983 17.5228474983 22 12 22 C 6.47715250169 22 2 17.5228474983 2 12 C 2 6.47715250169 6.47715250169 2 12 2 Z" />
+ 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: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" />
+
</vector>
diff --git a/res/drawable/shutter_panorama_dim.xml b/res/drawable/shutter_panorama_dim.xml
index e7711c7f0..a9b69e347 100644
--- a/res/drawable/shutter_panorama_dim.xml
+++ b/res/drawable/shutter_panorama_dim.xml
@@ -2,10 +2,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="@dimen/shutter_size"
android:height="@dimen/shutter_size"
- android:viewportWidth="24"
- android:viewportHeight="24">
+ android:viewportWidth="80"
+ android:viewportHeight="80">
<path
android:fillColor="@color/pano_pressed"
- android:pathData="M 12 2 C 17.5228474983 2 22 6.47715250169 22 12 C 22 17.5228474983 17.5228474983 22 12 22 C 6.47715250169 22 2 17.5228474983 2 12 C 2 6.47715250169 6.47715250169 2 12 2 Z" />
+ 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: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" />
+
</vector>
diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml
index 371a3db51..143e073ae 100644
--- a/res/values/cm_colors.xml
+++ b/res/values/cm_colors.xml
@@ -21,7 +21,7 @@
<color name="red">#F44336</color>
<color name="green">#4CAF50</color>
- <color name="blue">#3F51B5</color>
+ <color name="blue">#2196F3</color>
<color name="pic">@color/white</color>
<color name="pic_pressed">@color/grey</color>