mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Show the information of the media being played inside the player
This commit is contained in:
parent
ede3bf6482
commit
cbacb417ab
4 changed files with 110 additions and 40 deletions
9
app/src/main/res/drawable/ic_transcode.xml
Normal file
9
app/src/main/res/drawable/ic_transcode.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@color/titleTextColor"
|
||||
android:pathData="M19,4h-4L7.11,16.63 4.5,12 9,4H5L0.5,12 5,20h4l7.89,-12.63L19.5,12 15,20h4l4.5,-8L19,4z"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue