mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Add playback controls
This commit is contained in:
parent
3e7f11c588
commit
b69a48407b
27 changed files with 1618 additions and 6 deletions
10
app/src/main/res/drawable/baseline_fast_rewind_24.xml
Normal file
10
app/src/main/res/drawable/baseline_fast_rewind_24.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue