<?xml version="1.0" encoding="utf-8"?>
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<data>
|
|
</data>
|
|
<FrameLayout
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
>
|
|
<com.shuyu.gsyvideoplayer.video.StandardGSYVideoPlayer
|
android:id="@+id/video_player"
|
android:layout_width="match_parent"
|
android:layout_height="200dp"
|
/>
|
</FrameLayout>
|
</layout>
|