add remaining time to player

This commit is contained in:
2020-11-07 13:33:59 +01:00
parent d3f078c661
commit e51fb0b290
4 changed files with 29 additions and 12 deletions

View File

@ -13,6 +13,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:animateLayoutChanges="true"
app:fastforward_increment="10000"
app:rewind_increment="10000"
app:controller_layout_id="@layout/player_controls"/>