summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_encoder_video.xml
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-20 21:27:46 +0100
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:45 +0200
commitf7497b864bf1739ef8e644bca7f80d840ff02942 (patch)
treef0eec3c9a3aeef85a378af40ca521da588ee7d66 /res/drawable/ic_settings_encoder_video.xml
parentcae564f1487e0aa9db94857c2aa211d86f2ec27b (diff)
downloadandroid_packages_apps_Snap-f7497b864bf1739ef8e644bca7f80d840ff02942.tar.gz
android_packages_apps_Snap-f7497b864bf1739ef8e644bca7f80d840ff02942.tar.bz2
android_packages_apps_Snap-f7497b864bf1739ef8e644bca7f80d840ff02942.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_encoder_video.xml')
-rw-r--r--res/drawable/ic_settings_encoder_video.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_encoder_video.xml b/res/drawable/ic_settings_encoder_video.xml
new file mode 100644
index 000000000..e6963d385
--- /dev/null
+++ b/res/drawable/ic_settings_encoder_video.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="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99 .9 -1.99 2L2 18c0 1.1
+.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z" />
+ <path
+ android:pathData="M0 0h24v24H0z" />
+</vector>