set player rewind/forward to 10 sec

This commit is contained in:
Jannik 2020-10-23 11:51:09 +02:00
parent c138ab4587
commit cf6a110455
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -11,7 +12,9 @@
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center" />
android:layout_gravity="center"
app:fastforward_increment="10000"
app:rewind_increment="10000" />
<!-- app:controller_layout_id="@layout/player_custom_control"/>-->
<com.google.android.material.progressindicator.ProgressIndicator