summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_dish.xml
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-21 16:42:34 +0100
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 22:00:38 +0200
commitcea7526c70d3e77c79a1028a9c036aca7e38af09 (patch)
treeecdfe7cb63d20d93a33b3975988b07c990068c6b /res/drawable/ic_scene_mode_entry_dish.xml
parent7b7c3f3c08b733fdc09f166ec864c5c22aee2db3 (diff)
downloadandroid_packages_apps_Snap-cea7526c70d3e77c79a1028a9c036aca7e38af09.tar.gz
android_packages_apps_Snap-cea7526c70d3e77c79a1028a9c036aca7e38af09.tar.bz2
android_packages_apps_Snap-cea7526c70d3e77c79a1028a9c036aca7e38af09.zip
Snap: Add icons to all scene modes
Change-Id: Ie34f455460eb205de12c24be10a361e380db761f Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/drawable/ic_scene_mode_entry_dish.xml')
-rw-r--r--res/drawable/ic_scene_mode_entry_dish.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/drawable/ic_scene_mode_entry_dish.xml b/res/drawable/ic_scene_mode_entry_dish.xml
new file mode 100644
index 000000000..67faf5605
--- /dev/null
+++ b/res/drawable/ic_scene_mode_entry_dish.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+
+ <path
+ android:pathData="M0,0 L24,0 L24,24 L0,24 L0,0 Z" />
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M18,2.01 L6,2 C4.9,2,4,2.89,4,4 L4,20 C4,21.1,4.9,22,6,22 L18,22
+C19.1,22,20,21.1,20,20 L20,4 C20,2.89,19.1,2.01,18,2.01 Z M18,20 L6,20 L6,10.98
+L18,10.98 L18,20 Z M18,9 L6,9 L6,4 L18,4 L18,9 Z M8,5 L10,5 L10,8 L8,8 Z M8,12
+L10,12 L10,17 L8,17 Z" />
+</vector>