| | |
| | | > |
| | | |
| | | <androidx.constraintlayout.utils.widget.ImageFilterView |
| | | android:id="@+id/iv_head" |
| | | android:layout_width="0dp" |
| | | android:layout_height="0dp" |
| | | android:layout_marginVertical="25dp" |
| | |
| | | app:roundPercent="1" |
| | | app:imageUrl="@{viewModel.infoLiveData.img}" |
| | | /> |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/ic_camera" |
| | | app:layout_constraintStart_toStartOf="@id/iv_head" |
| | | app:layout_constraintEnd_toEndOf="@id/iv_head" |
| | | app:layout_constraintBottom_toBottomOf="@id/iv_head" |
| | | android:layout_marginBottom="-15dp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1dp" |