| | |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:background="@color/page_bg"> |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:paddingBottom="50dp" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | <xyz.doikki.videoplayer.player.VideoView |
| | |
| | | android:layout_marginTop="18dp" |
| | | android:id="@+id/mVideoView" |
| | | app:layout_constraintDimensionRatio="390:220"/> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:id="@+id/iv_cover" |
| | | app:placeholderImage="@color/black" |
| | | app:layout_constraintTop_toTopOf="@id/mVideoView" |
| | | app:layout_constraintBottom_toBottomOf="@id/mVideoView" |
| | | app:actualImageScaleType="centerCrop"/> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/iv_play_teacher" |
| | | app:layout_constraintStart_toStartOf="@id/iv_cover" |
| | | app:layout_constraintEnd_toEndOf="@id/iv_cover" |
| | | app:layout_constraintTop_toTopOf="@id/iv_cover" |
| | | android:visibility="gone" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_cover" |
| | | android:src="@mipmap/play"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |