summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAndrew Booze <42682253+awbooze@users.noreply.github.com>2023-02-24 10:10:44 -0600
committerGitHub <noreply@github.com>2023-02-24 17:10:44 +0100
commit59253db2e4ec8cced94541d97111429760c72a3d (patch)
treeb66674564e66878cda73b45cb0418525ae9e2e56 /ui
parent7753c500dbfdd4e73fdb8517d3e740ee4b69a48c (diff)
downloadAntennaPod-59253db2e4ec8cced94541d97111429760c72a3d.zip
Add back skip buttons and more custom actions on Android Auto (#6050)
Diffstat (limited to 'ui')
-rw-r--r--ui/png-icons/src/main/res/drawable/ic_notification_playback_speed.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/png-icons/src/main/res/drawable/ic_notification_playback_speed.xml b/ui/png-icons/src/main/res/drawable/ic_notification_playback_speed.xml
new file mode 100644
index 000000000..5aad5031a
--- /dev/null
+++ b/ui/png-icons/src/main/res/drawable/ic_notification_playback_speed.xml
@@ -0,0 +1,8 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="30dp"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0"
+ android:width="30dp">
+
+ <path android:fillColor="#ffffff" android:pathData="M 12 15.98 A 2.98 2.98 0 0 1 9.02 12.99 c 0 -1.11 0.61 -2.09 1.49 -2.6 L 20.17 4.81 L 14.67 14.34 C 14.17 15.31 13.16 15.98 12 15.98 M 12 3.05 c 1.8 0 3.48 0.5 4.94 1.31 l -2.09 1.2 C 13.99 5.22 12.99 5.04 12 5.04 a 7.96 7.96 0 0 0 -7.96 7.96 c 0 2.2 0.89 4.19 2.33 5.62 h 0.01 c 0.39 0.39 0.39 1.01 0 1.4 c -0.39 0.39 -1.02 0.39 -1.41 0.01 v 0 C 3.17 18.22 2.05 15.74 2.05 12.99 A 9.95 9.95 0 0 1 12 3.05 m 9.95 9.95 c 0 2.75 -1.11 5.23 -2.91 7.03 v 0 c -0.39 0.38 -1.01 0.38 -1.4 -0.01 c -0.39 -0.39 -0.39 -1.01 0 -1.4 v 0 c 1.44 -1.44 2.33 -3.42 2.33 -5.62 c 0 -0.99 -0.19 -1.99 -0.54 -2.88 L 20.62 8.02 c 0.83 1.49 1.32 3.16 1.32 4.97 z" />
+</vector>