aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/account_image_border.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-04-16 18:37:15 +0200
committerChristian S <christian@pix-art.de>2016-04-16 18:37:15 +0200
commit3712e33d9785b4156ce20664bc68858a9b5fd92f (patch)
tree32fbf9d5cd9513ee9359067cd30bd965d6f71908 /src/main/res/drawable/account_image_border.xml
parent28d318409ddbea90d187a037057c7e8bbde00aa3 (diff)
make image corners more rounded
Diffstat (limited to 'src/main/res/drawable/account_image_border.xml')
-rw-r--r--src/main/res/drawable/account_image_border.xml2
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"