Files
HaiNaOSLenovo/app/src/main/res/layout/item_tiktok.xml
Fanhuitong a38906494f version:1.1
update:增加屏幕适配
fix bug:
2023-03-17 18:20:57 +08:00

39 lines
1.5 KiB
XML

<?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">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="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>