aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/media_repeat_off_dark.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-12-13 20:34:18 -0600
committerIván Ávalos <avalos@disroot.org>2022-12-13 20:34:18 -0600
commit6246338bbfab01bbd37f46143f78c83f58196abe (patch)
tree7751e69b48387379a5e2b4353224a2a0cd97db77 /app/src/main/res/drawable/media_repeat_off_dark.xml
parent922e033190e0096c08e0039eadc9d47c67403876 (diff)
downloaddsub-6246338bbfab01bbd37f46143f78c83f58196abe.tar.gz
dsub-6246338bbfab01bbd37f46143f78c83f58196abe.tar.bz2
dsub-6246338bbfab01bbd37f46143f78c83f58196abe.zip
Replaced all icons with SVGs
Diffstat (limited to 'app/src/main/res/drawable/media_repeat_off_dark.xml')
-rw-r--r--app/src/main/res/drawable/media_repeat_off_dark.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/media_repeat_off_dark.xml b/app/src/main/res/drawable/media_repeat_off_dark.xml
new file mode 100644
index 00000000..26187c94
--- /dev/null
+++ b/app/src/main/res/drawable/media_repeat_off_dark.xml
@@ -0,0 +1,5 @@
+<vector android:height="24dp" android:tint="#F5F5F5"
+ android:viewportHeight="24" android:viewportWidth="24"
+ android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillColor="@android:color/white" android:pathData="M7,7h10v1.79c0,0.45 0.54,0.67 0.85,0.35l2.79,-2.79c0.2,-0.2 0.2,-0.51 0,-0.71l-2.79,-2.79c-0.31,-0.31 -0.85,-0.09 -0.85,0.36L17,5L6,5c-0.55,0 -1,0.45 -1,1v4c0,0.55 0.45,1 1,1s1,-0.45 1,-1L7,7zM17,17L7,17v-1.79c0,-0.45 -0.54,-0.67 -0.85,-0.35l-2.79,2.79c-0.2,0.2 -0.2,0.51 0,0.71l2.79,2.79c0.31,0.31 0.85,0.09 0.85,-0.36L7,19h11c0.55,0 1,-0.45 1,-1v-4c0,-0.55 -0.45,-1 -1,-1s-1,0.45 -1,1v3z"/>
+</vector>