Skip to content

Commit e670062

Browse files
committed
Set default avatar background color to white so transparent BIMIs are displayed correctly
1 parent a94d70a commit e670062

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)