summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorcaoilTe O'Connor <1500358+caoilte@users.noreply.github.com>2023-09-16 11:34:30 +0100
committerGitHub <noreply@github.com>2023-09-16 12:34:30 +0200
commit705aae44baf93e63340c8f108e83b82ffe967aa5 (patch)
treefa449bbe8deb673157f01e311065caa8fa8f1756 /core/src
parent955fca6e38781051df36647640cfd7e473367ac0 (diff)
downloadAntennaPod-705aae44baf93e63340c8f108e83b82ffe967aa5.zip
Remove Iconify from NavListAdapter (#6578)
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/drawable/ic_disc_full.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_disc_full.xml b/core/src/main/res/drawable/ic_disc_full.xml
new file mode 100644
index 000000000..2aba1bc53
--- /dev/null
+++ b/core/src/main/res/drawable/ic_disc_full.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="20dp"
+ android:height="16dp"
+ android:viewportWidth="20"
+ android:viewportHeight="16">
+ <path
+ android:pathData="M17.1 11.5s0-1.7 0-1.7s1.8 0 1.8 0s0 1.7 0 1.7s-1.8 0-1.8 0zm0-8s1.8 0 1.8 0s0 4.5 0 4.5s-1.8 0-1.8 0s0-4.5 0-4.5zm-8.9-2.6c2 0 3.6 0.7 5 2.1s2.1 3 2.1 5s-0.7 3.7-2.1 5s-3 2.1-5 2.1c-1.9 0-3.6-0.7-5-2.1s-2.1-3-2.1-5s0.7-3.6 2.1-5s3.1-2.1 5-2.1zm0 8.9c0.5 0 0.9-0.2 1.3-0.5s0.5-0.8 0.5-1.3s-0.2-0.9-0.5-1.3s-0.8-0.5-1.3-0.5s-0.9 0.2-1.2 0.5s-0.6 0.8-0.6 1.3s0.2 0.9 0.6 1.3s0.7 0.5 1.2 0.5z"
+ android:fillColor="?android:attr/textColorPrimary" />
+</vector> \ No newline at end of file