mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Clicking on the avatar of a selected participant will remove it as well as the cross
This commit is contained in:
parent
615185deb9
commit
0b90af9ccc
1 changed files with 1 additions and 0 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue