Fixed initials being visible behind avatar if transparent

This commit is contained in:
Sylvain Berfini 2020-10-23 10:12:28 +02:00
parent 9aea53345c
commit e059039d57
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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