aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/stat_notify_playing.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/stat_notify_playing.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/stat_notify_playing.xml')
-rw-r--r--app/src/main/res/drawable/stat_notify_playing.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/stat_notify_playing.xml b/app/src/main/res/drawable/stat_notify_playing.xml
new file mode 100644
index 00000000..12ddceab
--- /dev/null
+++ b/app/src/main/res/drawable/stat_notify_playing.xml
@@ -0,0 +1,5 @@
+<vector android:height="24dp" android:tint="#FFFFFF"
+ 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="M8,6.82v10.36c0,0.79 0.87,1.27 1.54,0.84l8.14,-5.18c0.62,-0.39 0.62,-1.29 0,-1.69L9.54,5.98C8.87,5.55 8,6.03 8,6.82z"/>
+</vector>