summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable
diff options
context:
space:
mode:
authorseeto <65185819+peakvalleytech@users.noreply.github.com>2021-08-23 14:46:38 -0700
committerGitHub <noreply@github.com>2021-08-23 23:46:38 +0200
commiteacc90af299220c60fd504ef7970775aa344b44c (patch)
tree371df8b11c5c1e14515e662963ce3f61438a8bac /core/src/main/res/drawable
parent91967409cb9399637f7a7b6eef52c039c1145ef3 (diff)
downloadAntennaPod-eacc90af299220c60fd504ef7970775aa344b44c.zip
Feed multi select (#5261)
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r--core/src/main/res/drawable/ic_checkbox_background.xml10
-rw-r--r--core/src/main/res/drawable/ic_delete_auto.xml15
2 files changed, 25 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_checkbox_background.xml b/core/src/main/res/drawable/ic_checkbox_background.xml
new file mode 100644
index 000000000..470ac4a5c
--- /dev/null
+++ b/core/src/main/res/drawable/ic_checkbox_background.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="56dp"
+ android:height="56dp"
+ android:viewportWidth="15.1"
+ android:viewportHeight="15.1">
+ <path
+ android:pathData="M-7.4167,3.2465a11.2253,11.8267 0,1 0,22.4506 0a11.2253,11.8267 0,1 0,-22.4506 0z"
+ android:strokeWidth="0"
+ android:fillColor="#BBFFFFFF"/>
+</vector>
diff --git a/core/src/main/res/drawable/ic_delete_auto.xml b/core/src/main/res/drawable/ic_delete_auto.xml
new file mode 100644
index 000000000..9ed6abd24
--- /dev/null
+++ b/core/src/main/res/drawable/ic_delete_auto.xml
@@ -0,0 +1,15 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:pathData="M15,2l-3.5,0l-1,-1l-5,0l-1,1l-3.5,0l0,2l14,0z"
+ android:fillColor="#000000"/>
+ <path
+ android:pathData="M16,9c-0.7,0 -1.37,0.1 -2,0.29V5H2v12c0,1.1 0.9,2 2,2h5.68c1.12,2.36 3.53,4 6.32,4c3.87,0 7,-3.13 7,-7C23,12.13 19.87,9 16,9zM9,16c0,0.34 0.03,0.67 0.08,1H4V7h8v3.26C10.19,11.53 9,13.62 9,16zM16,21c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5s5,2.24 5,5S18.76,21 16,21z"
+ android:fillColor="#000000"/>
+ <path
+ android:pathData="M16.5,12l-1.5,0l0,5l3.6,2.1l0.8,-1.2l-2.9,-1.7z"
+ android:fillColor="#000000"/>
+</vector>