summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_whiteboard.xml
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-21 16:42:34 +0100
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit3b3ded093e2795ee1e9fd62fb1fc29cff4cda399 (patch)
treed5c3b897d8d0381d192c0cc3f693b3c453c43c78 /res/drawable/ic_scene_mode_entry_whiteboard.xml
parent5e4a5f37bea61c5ed97605e64b4657e6b23c6780 (diff)
downloadandroid_packages_apps_Snap-3b3ded093e2795ee1e9fd62fb1fc29cff4cda399.tar.gz
android_packages_apps_Snap-3b3ded093e2795ee1e9fd62fb1fc29cff4cda399.tar.bz2
android_packages_apps_Snap-3b3ded093e2795ee1e9fd62fb1fc29cff4cda399.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_whiteboard.xml')
-rw-r--r--res/drawable/ic_scene_mode_entry_whiteboard.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/drawable/ic_scene_mode_entry_whiteboard.xml b/res/drawable/ic_scene_mode_entry_whiteboard.xml
new file mode 100644
index 000000000..895035f6c
--- /dev/null
+++ b/res/drawable/ic_scene_mode_entry_whiteboard.xml
@@ -0,0 +1,15 @@
+<?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 Z" />
+ <path
+ android:fillColor="@color/white"
+ android:pathData="M19,7 L5,7 C3.9,7,3,7.9,3,9 L3,15 C3,16.1,3.9,17,5,17 L19,17
+C20.1,17,21,16.1,21,15 L21,9 C21,7.9,20.1,7,19,7 Z M19,15 L5,15 L5,9 L19,9
+L19,15 Z" />
+</vector>