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:layout_alignParentLeft="true"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
|
android:background="?attr/backgroundColor"
|
||||||
app:glideAvatar="@{imagePath}" />
|
app:glideAvatar="@{imagePath}" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:contentDescription="@null"
|
android:contentDescription="@null"
|
||||||
|
android:background="?attr/backgroundColor"
|
||||||
app:glideAvatar="@{imagePath}" />
|
app:glideAvatar="@{imagePath}" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
Loading…
Reference in a new issue