11 lines
462 B
XML
11 lines
462 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.exoplayer2.ui.PlayerView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/playerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
<!--<SurfaceView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/surfaceView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />--> |