Created
March 9, 2018 01:05
-
-
Save nazmulidris/f4a1fc64aa52d01e2844ee4218ca890c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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