mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-07 05:53:07 +00:00
Updated default avatar in contact editor + remove it when a picture is selected
This commit is contained in:
parent
7f9dbaec2a
commit
6e027811ee
1 changed files with 3 additions and 2 deletions
|
|
@ -93,8 +93,9 @@
|
|||
android:id="@+id/overlay"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:padding="20dp"
|
||||
android:src="@drawable/camera"
|
||||
android:padding="10dp"
|
||||
android:src="@drawable/smiley"
|
||||
android:visibility="@{viewModel.picturePath.empty ? View.VISIBLE : View.GONE}"
|
||||
app:layout_constraintEnd_toEndOf="@id/avatar"
|
||||
app:layout_constraintStart_toStartOf="@id/avatar"
|
||||
app:layout_constraintTop_toTopOf="@id/avatar"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue