version:1.1

update:增加屏幕适配
fix bug:
This commit is contained in:
2023-03-17 18:20:57 +08:00
parent 0579ee3425
commit a38906494f
89 changed files with 20297 additions and 288 deletions

View File

@@ -1,12 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.uiui.videoplayer.CustomJzvd.JzvdStdAssert
android:id="@+id/videoplayer"
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent">
<ImageView
android:id="@+id/iv_cover"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:scaleType="centerInside" />
<com.uiui.videoplayer.CustomJzvd.JzvdStdAssert
android:id="@+id/videoplayer"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.shehuan.niv.NiceImageView
android:id="@+id/iv_status"
android:layout_width="@dimen/dp_64"
android:layout_height="@dimen/dp_64"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
android:src="@drawable/status_download"
app:is_circle="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>