Skip to content

Instantly share code, notes, and snippets.

@nazmulidris
Created March 9, 2018 01:05
Show Gist options
  • Select an option

  • Save nazmulidris/f4a1fc64aa52d01e2844ee4218ca890c to your computer and use it in GitHub Desktop.

Select an option

Save nazmulidris/f4a1fc64aa52d01e2844ee4218ca890c to your computer and use it in GitHub Desktop.
<com.google.android.exoplayer2.ui.PlayerView
...
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/exoplayerview_activity_video"
app:use_artwork="true"
app:default_artwork="@drawable/loading"
app:show_timeout="5000"
app:fastforward_increment="10000"
app:rewind_increment="10000"
app:controller_layout_id="@layout/custom_playback_control_minimal" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment