summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_scene_mode_entry_barcode.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_barcode.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_barcode.xml')
-rw-r--r--res/drawable/ic_scene_mode_entry_barcode.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/ic_scene_mode_entry_barcode.xml b/res/drawable/ic_scene_mode_entry_barcode.xml
new file mode 100644
index 000000000..c71fa827f
--- /dev/null
+++ b/res/drawable/ic_scene_mode_entry_barcode.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="M4,18 L7,18 L7,5 L4,5 L4,18 Z M18,5 L18,18 L21,18 L21,5 L18,5 Z M8,18 L17,18
+L17,5 L8,5 L8,18 Z" />
+ <path
+ android:pathData="M0,0 L24,0 L24,24 L0,24 Z" />
+</vector>