player interface part 2

* replace current time position with remaining time
* show title and back button at the top
This commit is contained in:
2020-11-07 18:23:09 +01:00
parent e51fb0b290
commit 27e8e1c3c2
7 changed files with 70 additions and 20 deletions

View File

@ -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="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
</vector>