aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/account_row.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-03-17 22:50:43 +0100
committerChristian Schneppe <christian@pix-art.de>2017-03-17 22:50:43 +0100
commite3a2801f6c86042257ebe3d4e5a1e5fcde6c032e (patch)
tree88431a06b12ecfd1e4fb525c9699667d19fa7d18 /src/main/res/layout/account_row.xml
parent4d9eb82ee56a1fbbd1af51404b2d789e0377b687 (diff)
change avatar images to circles
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/account_row.xml2
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 b953b6d31..d36eecccb 100644
--- a/src/main/res/layout/account_row.xml
+++ b/src/main/res/layout/account_row.xml
@@ -17,7 +17,7 @@
android:contentDescription="@string/account_image_description"
android:background="@drawable/message_border"
android:padding="1dp"
- app:riv_corner_radius="5dp" />
+ app:riv_corner_radius="24dp" />
<LinearLayout
android:layout_width="fill_parent"