mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed initials being visible behind avatar if transparent
This commit is contained in:
parent
9aea53345c
commit
e059039d57
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