| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:paddingBottom="10dp" |
| | | > |
| | | <androidx.constraintlayout.utils.widget.ImageFilterView |
| | | android:layout_width="0dp" |
| | | android:layout_height="0dp" |
| | | app:layout_constraintDimensionRatio="1:1" |
| | | app:layout_constraintWidth_percent="0.8" |
| | | app:layout_constraintWidth_percent="1" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:round="10dp" |
| | | android:background="@drawable/img_lotus" |
| | | app:imageUrl="@{url}" |
| | | /> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |