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

@ -30,6 +30,11 @@
<string name="settings_secondary">Bevorzuge alternativen Stream</string>
<string name="settings_secondary_desc">Untertitle-Stream verwenden, sofern vorhanden</string>
<!-- player -->
<string name="close_player">Player schließen</string>
<string name="rewind_10">10 Sekunden zurück</string>
<string name="play_pause">Abspielen/Pause</string>
<string name="forward_10">10 Sekunden vorwärts</string>
<!-- dialogs -->
<string name="save">speichern</string>
<string name="cancel">@android:string/cancel</string>