| | |
| | | android:layout_height="0dp" |
| | | app:layout_constraintDimensionRatio="167:219" |
| | | android:layout_marginHorizontal="7dp" |
| | | android:layout_marginVertical="9dp" |
| | | android:layout_marginVertical="10dp" |
| | | android:id="@+id/iv_bg" |
| | | app:roundedCornerRadius="10dp" |
| | | app:roundedCornerRadius="15dp" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:placeholderImage="@color/textColor99" |
| | | app:actualImageScaleType="centerCrop"/> |
| | | <androidx.constraintlayout.widget.ConstraintLayout |