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.xml15
3 files changed, 17 insertions, 2 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
new file mode 100644
index 000000000..e80f50cd5
--- /dev/null
+++ b/src/main/res/drawable/message_border.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <corners android:radius="5dp" />
+
+ <padding
+ android:bottom="1.5dp"
+ android:left="1.5dp"
+ android:right="1.5dp"
+ android:top="1.5dp" />
+
+ <solid android:color="@color/black12" />
+
+</shape> \ No newline at end of file