fix [修复-视频播放问题]

This commit is contained in:
hch
2024-04-02 10:02:32 +08:00
parent 97c692d41d
commit ddaed22630
4 changed files with 41 additions and 42 deletions

View File

@@ -10,11 +10,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.yunbao.video.views.MyImageView
<ImageView
android:id="@+id/cover"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true" />
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:scaleType="centerCrop" />
<RelativeLayout
android:layout_width="50dp"