Set border of author avatars to @color/briar_primary.

This commit is contained in:
akwizgran
2016-05-11 10:45:23 +01:00
parent 41e282f19a
commit 2a980af69a
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
android:layout_marginLeft="@dimen/listitem_horizontal_margin"
android:layout_marginStart="@dimen/listitem_horizontal_margin"
app:civ_border_width="@dimen/avatar_border_width"
app:civ_border_color="@color/briar_text_primary"/>
app:civ_border_color="@color/briar_primary"/>
<ImageView
android:id="@+id/statusView"