Add ExoMedia and remove ExoPlayer
- Remove ExoPlayer files - Added ExoMedia library
This commit is contained in:
parent
a08cbfcef1
commit
abff1f537b
11 changed files with 369 additions and 2083 deletions
15
app/src/main/res/layout/activity_exo_player.xml
Normal file
15
app/src/main/res/layout/activity_exo_player.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/root"
|
||||
android:focusable="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:keepScreenOn="true">
|
||||
|
||||
<com.devbrackets.android.exomedia.ui.widget.EMVideoView
|
||||
android:id="@+id/emVideoView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
</RelativeLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue