| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent"> |
| | | |
| | | <ImageView |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_height="0dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintDimensionRatio="390:483" |
| | | android:src="@mipmap/bg_share" |
| | | android:scaleType="fitXY" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | android:id="@+id/iv_share" |
| | | app:placeholderImageScaleType="fitXY" |
| | | app:actualImageScaleType="centerCrop" |
| | | app:placeholderImage="@mipmap/bg_share"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_title" |
| | |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | android:layout_marginTop="60dp" |
| | | android:layout_marginTop="50dp" |
| | | android:fontFamily="@font/fly_flower_song" |
| | | android:textStyle="bold" |
| | | android:textColor="@color/textGreen" /> |
| | |
| | | android:layout_gravity="center" |
| | | app:roundedCornerRadius="10dp" |
| | | android:layout_marginTop="50dp" |
| | | app:actualImageScaleType="centerInside" |
| | | app:actualImageScaleType="centerCrop" |
| | | app:roundingBorderColor="@color/white" |
| | | app:placeholderImage="@color/page_bg" |
| | | app:roundingBorderWidth="10dp"/> |
| | |
| | | app:layout_constraintTop_toBottomOf="@id/tv_action" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginHorizontal="20dp" |
| | | android:layout_marginTop="30dp" |
| | | android:layout_marginTop="20dp" |
| | | android:background="@drawable/bg_gradient_vertical" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp"> |