Skip to content

Commit 79a9ef7

Browse files
authored
Merge pull request #2072 from Infomaniak/avatar-background-color
Set avatar background color to white so transparent BIMIs are displayed correctly
2 parents a94d70a + e670062 commit 79a9ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/view_avatar.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
android:id="@+id/avatarImage"
3131
android:layout_width="match_parent"
3232
android:layout_height="match_parent"
33-
android:background="?android:attr/colorPrimary"
33+
android:background="@color/white"
3434
android:contentDescription="@string/contentDescriptionUserAvatar"
3535
android:src="@drawable/placeholder"
3636
app:shapeAppearance="@style/CircleImageView"

0 commit comments

Comments
 (0)