summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_focus_zone.xml
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-20 21:27:46 +0100
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-24 20:13:34 +0200
commitd1747c19c3df39ce105795b17868d0f9c2e71f36 (patch)
tree30662eb7d055952363700357d0bee3e050d3c113 /res/drawable/ic_settings_focus_zone.xml
parenta0b5899fa056ee2a566e1a0c8b709512dd3ed16d (diff)
downloadandroid_packages_apps_Snap-d1747c19c3df39ce105795b17868d0f9c2e71f36.tar.gz
android_packages_apps_Snap-d1747c19c3df39ce105795b17868d0f9c2e71f36.tar.bz2
android_packages_apps_Snap-d1747c19c3df39ce105795b17868d0f9c2e71f36.zip
Snap: Add icons to all remaining preferences
Change-Id: I0a06b550ae4137d0e665947d8a8574c3b26fcb95 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/drawable/ic_settings_focus_zone.xml')
-rw-r--r--res/drawable/ic_settings_focus_zone.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_focus_zone.xml b/res/drawable/ic_settings_focus_zone.xml
new file mode 100644
index 000000000..c6a2e29bb
--- /dev/null
+++ b/res/drawable/ic_settings_focus_zone.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:fillColor="@color/white"
+ android:pathData="M16.21 4.16l4 4v-4zm4 12l-4 4h4zm-12
+4l-4-4v4zm-4-12l4-4h-4zm12.95-.95c-2.73-2.73-7.17-2.73-9.9 0s-2.73 7.17 0 9.9
+7.17 2.73 9.9 0 2.73-7.16 0-9.9zm-1.1 8.8c-2.13 2.13-5.57 2.13-7.7 0s-2.13-5.57
+0-7.7 5.57-2.13 7.7 0 2.13 5.57 0 7.7z" />
+ <path
+ android:pathData="M.21 .16 h24v24h-24z" />
+</vector>