diff options
Diffstat (limited to 'src/main/res/drawable/account_image_border.xml')
-rw-r--r-- | src/main/res/drawable/account_image_border.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/drawable/account_image_border.xml b/src/main/res/drawable/account_image_border.xml index 990d02886..e80f50cd5 100644 --- a/src/main/res/drawable/account_image_border.xml +++ b/src/main/res/drawable/account_image_border.xml @@ -2,7 +2,7 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > - <corners android:radius="2dp" /> + <corners android:radius="5dp" /> <padding android:bottom="1.5dp" |