version:1.1.4

update:更换为竖屏
bugfixes:
This commit is contained in:
2024-04-12 09:57:14 +08:00
parent b6a4bf70e0
commit fa0d89330a
69 changed files with 6990 additions and 808 deletions

View File

@@ -9,7 +9,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/constraintLayout"
android:layout_width="@dimen/dp_120"
android:layout_height="@dimen/dp_120"
android:layout_height="@dimen/dp_160"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
@@ -18,10 +18,8 @@
android:id="@+id/video_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dp_2"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
app:corner_radius="@dimen/dp_4"
app:is_cover_src="true" />
<com.shehuan.niv.NiceImageView