| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | <xyz.doikki.videoplayer.player.VideoView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | app:screenScaleType="type_center_crop" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintDimensionRatio="39:42" |
| | | app:playerBackgroundColor="@color/white" |
| | | android:id="@+id/player"/> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | |
| | | android:background="@color/page_bg" |
| | | app:layout_constraintTop_toBottomOf="@id/banner_privacy"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_3" |
| | | android:text="新手冥想指南" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:layout_marginStart="19dp" |
| | | android:layout_marginEnd="19dp" |
| | | android:drawableEnd="@mipmap/ic_finger" |
| | | app:layout_constraintTop_toBottomOf="@id/banner_privacy" |
| | | android:layout_marginTop="9dp" |
| | | android:textSize="21sp" |
| | |
| | | app:layout_constraintTop_toBottomOf="@id/tv_3" |
| | | android:scaleType="centerCrop" |
| | | android:layout_marginTop="6dp" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/bg_guide"/> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="9dp" |
| | | android:background="@color/page_bg" |
| | | android:layout_marginTop="6dp" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_guide"/> |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="15dp" |
| | | app:layout_constraintTop_toBottomOf="@id/iv_guide" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginBottom="50dp" |