This commit is contained in:
2021-02-26 18:29:46 +08:00
commit a35d7977d5
62 changed files with 2170 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.uiui.videoplayer.CustomJzvd.JzvdStdAssert
android:id="@+id/videoplayer"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>