diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-06-17 00:33:37 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-06-17 00:33:37 +0200 |
commit | 4b5603c3a71326067c45e5db8fd4241ed250dd74 (patch) | |
tree | 6735ec17d38db77a023bc07fee48a0050c577eda /src | |
parent | 436fca0b406fddcf9af1f4b15e55ee5c4c307870 (diff) |
fixed wrong border in account_row
Diffstat (limited to 'src')
-rw-r--r-- | src/main/res/layout/account_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index f0b539c6d..e56ca6a95 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -15,7 +15,7 @@ android:layout_alignParentLeft="true" android:contentDescription="@string/account_image_description" android:padding="1dp" - app:riv_border_color="?attr/message_border" + app:riv_border_color="?attr/color_border" app:riv_border_width="1dp" app:riv_corner_radius="@dimen/rounded_image_border" /> |