Add playback controls

This commit is contained in:
Damontecres 2025-09-22 20:09:12 -04:00
parent 3e7f11c588
commit b69a48407b
No known key found for this signature in database
27 changed files with 1618 additions and 6 deletions

View file

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M11,18L11,6l-8.5,6 8.5,6zM11.5,12l8.5,6L20,6l-8.5,6z"/>
</vector>