Add ExoMedia and remove ExoPlayer

- Remove ExoPlayer files
- Added ExoMedia library
This commit is contained in:
Mauricio Colli 2017-03-09 01:44:00 -03:00
parent a08cbfcef1
commit abff1f537b
11 changed files with 369 additions and 2083 deletions

View 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>