aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable')
-rw-r--r--src/main/res/drawable/account_image_border.xml2
-rw-r--r--src/main/res/drawable/infocard_border.xml2
-rw-r--r--src/main/res/drawable/message_border.xml2
3 files changed, 3 insertions, 3 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"
diff --git a/src/main/res/drawable/infocard_border.xml b/src/main/res/drawable/infocard_border.xml
index e01e1442a..baf60602f 100644
--- a/src/main/res/drawable/infocard_border.xml
+++ b/src/main/res/drawable/infocard_border.xml
@@ -3,7 +3,7 @@
<solid android:color="@color/grey50" />
- <corners android:radius="2dp" />
+ <corners android:radius="5dp" />
<stroke
android:width="0.5dp"
diff --git a/src/main/res/drawable/message_border.xml b/src/main/res/drawable/message_border.xml
index 990d02886..e80f50cd5 100644
--- a/src/main/res/drawable/message_border.xml
+++ b/src/main/res/drawable/message_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"