mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-25 07:48:08 +00:00
Fixed initials being visible behind avatar if transparent
This commit is contained in:
parent
e316a25d3a
commit
43623c50f7
2 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
android:layout_alignParentLeft="true"
|
||||
android:adjustViewBounds="true"
|
||||
android:contentDescription="@null"
|
||||
android:background="?attr/backgroundColor"
|
||||
app:glideAvatar="@{imagePath}" />
|
||||
|
||||
<ImageView
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
android:layout_alignParentLeft="true"
|
||||
android:adjustViewBounds="true"
|
||||
android:contentDescription="@null"
|
||||
android:background="?attr/backgroundColor"
|
||||
app:glideAvatar="@{imagePath}" />
|
||||
|
||||
<ImageView
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue