summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_dark.xml
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-21 16:42:34 +0100
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-24 20:13:52 +0200
commitbccf53aa2ced9afbfd4c066091ecd7ab2e5325e1 (patch)
treeb37aba0bad1d3345ff542f5b4f1374fa93eeb40b /res/drawable/ic_scene_mode_entry_dark.xml
parentd1747c19c3df39ce105795b17868d0f9c2e71f36 (diff)
downloadandroid_packages_apps_Snap-bccf53aa2ced9afbfd4c066091ecd7ab2e5325e1.tar.gz
android_packages_apps_Snap-bccf53aa2ced9afbfd4c066091ecd7ab2e5325e1.tar.bz2
android_packages_apps_Snap-bccf53aa2ced9afbfd4c066091ecd7ab2e5325e1.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_dark.xml')
-rw-r--r--res/drawable/ic_scene_mode_entry_dark.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/ic_scene_mode_entry_dark.xml b/res/drawable/ic_scene_mode_entry_dark.xml
new file mode 100644
index 000000000..e3f956983
--- /dev/null
+++ b/res/drawable/ic_scene_mode_entry_dark.xml
@@ -0,0 +1,14 @@
+<?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:fillColor="@color/white"
+ android:pathData="M10,2 C8.18,2,6.47,2.5,5,3.35 C7.99,5.08,10,8.3,10,12 S7.99,18.92,5,20.65
+C6.47,21.5,8.18,22,10,22 C15.52,22,20,17.52,20,12 S15.52,2,10,2 Z" />
+ <path
+ android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
+</vector>