set player rewind/forward to 10 sec
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user