aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/account_row.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/account_row.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml
index 6a9dee422..f0b539c6d 100644
--- a/src/main/res/layout/account_row.xml
+++ b/src/main/res/layout/account_row.xml
@@ -13,10 +13,11 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_alignParentLeft="true"
- android:background="@drawable/message_border"
android:contentDescription="@string/account_image_description"
android:padding="1dp"
- app:riv_corner_radius="24dp" />
+ app:riv_border_color="?attr/message_border"
+ app:riv_border_width="1dp"
+ app:riv_corner_radius="@dimen/rounded_image_border" />
<LinearLayout
android:layout_width="fill_parent"