summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_select_none_grey600.xml
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2019-04-04 13:50:55 -0700
committerorionlee <orionlee@yahoo.com>2019-04-04 13:50:55 -0700
commitd1863090661896c870944d9f6e346f6158506e7c (patch)
tree4cc591f603a9f10412075fc5470ad6c90beef71f /core/src/main/res/drawable/ic_select_none_grey600.xml
parentdfe2241b4c60980df43991a574105cdbb97a33d8 (diff)
downloadAntennaPod-d1863090661896c870944d9f6e346f6158506e7c.zip
bulk edit - UI - new select all / none icons, based on
standard Material icons.
Diffstat (limited to 'core/src/main/res/drawable/ic_select_none_grey600.xml')
-rw-r--r--core/src/main/res/drawable/ic_select_none_grey600.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_select_none_grey600.xml b/core/src/main/res/drawable/ic_select_none_grey600.xml
new file mode 100644
index 000000000..8057f73ca
--- /dev/null
+++ b/core/src/main/res/drawable/ic_select_none_grey600.xml
@@ -0,0 +1,11 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="#FF757575"
+ android:pathData="m3,5l2,0l0,-2c-1.1,0 -2,0.9 -2,2zm0,8l2,0l0,-2l-2,0l0,2zm4,8l2,0l0,-2l-2,0l0,2zm-4,-12l2,0l0,-2l-2,0l0,2zm10,-6l-2,0l0,2l2,0l0,-2zm6,0l0,2l2,0c0,-1.1 -0.9,-2 -2,-2zm-14,18l0,-2l-2,0c0,1.1 0.9,2 2,2zm-2,-4l2,0l0,-2l-2,0l0,2zm6,-14l-2,0l0,2l2,0l0,-2zm2,18l2,0l0,-2l-2,0l0,2zm8,-8l2,0l0,-2l-2,0l0,2zm0,8c1.1,0 2,-0.9 2,-2l-2,0l0,2zm0,-12l2,0l0,-2l-2,0l0,2zm0,8l2,0l0,-2l-2,0l0,2zm-4,4l2,0l0,-2l-2,0l0,2zm0,-16l2,0l0,-2l-2,0l0,2z"/>
+ <path android:fillColor="#FF757575"
+ android:pathData="M17,8.41L15.59,7 12,10.59 8.41,7 7,8.41 10.59,12 7,15.59 8.41,17 12,13.41 15.59,17 17,15.59 13.41,12z"/>
+</vector>