| | |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | <ImageView |
| | | android:layout_height="wrap_content" |
| | | > |
| | | <androidx.constraintlayout.utils.widget.ImageFilterView |
| | | android:layout_width="87dp" |
| | | android:layout_height="87dp" |
| | | android:layout_marginTop="7.5dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:round="10dp" |
| | | android:background="@color/white" |
| | | /> |
| | | <androidx.constraintlayout.utils.widget.ImageFilterView |
| | | android:id="@+id/iv_image" |
| | | android:layout_width="87dp" |
| | | android:layout_height="87dp" |
| | |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:imageUrl="@{url}" |
| | | app:imageUri="@{url}" |
| | | app:round="10dp" |
| | | /> |
| | | <ImageView |
| | | android:id="@+id/iv_delete" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/ic_image_delete" |
| | | android:background="@drawable/ic_image_select" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv_image" |
| | | android:layout_marginStart="-7.5dp" |