Clicking on the avatar of a selected participant will remove it as well as the cross

This commit is contained in:
Sylvain Berfini 2024-01-08 13:13:48 +01:00
parent 615185deb9
commit 0b90af9ccc

View file

@ -21,6 +21,7 @@
<com.google.android.material.imageview.ShapeableImageView
style="@style/avatar_imageview"
android:id="@+id/avatar"
android:onClick="@{() -> model.removeFromSelection()}"
android:layout_width="@dimen/avatar_favorite_list_cell_size"
android:layout_height="@dimen/avatar_favorite_list_cell_size"
coilAvatar="@{model.avatarModel}"