We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a94d70a + e670062 commit 79a9ef7Copy full SHA for 79a9ef7
app/src/main/res/layout/view_avatar.xml
@@ -30,7 +30,7 @@
30
android:id="@+id/avatarImage"
31
android:layout_width="match_parent"
32
android:layout_height="match_parent"
33
- android:background="?android:attr/colorPrimary"
+ android:background="@color/white"
34
android:contentDescription="@string/contentDescriptionUserAvatar"
35
android:src="@drawable/placeholder"
36
app:shapeAppearance="@style/CircleImageView"
0 commit comments