add visual indicator for rewind/forward gesture

This commit is contained in:
2020-11-15 17:17:56 +01:00
parent d4fa726f9c
commit fd099e97e6
4 changed files with 51 additions and 21 deletions

View File

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