aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-07-23 12:16:31 +0200
committerChristian S <christian@pix-art.de>2015-07-23 12:16:31 +0200
commit5a8adf38607f234f577471db512d4a465fe7cbf3 (patch)
treeeca5ec9e6dbed0d14fe20915ef57ca8740d75ba2 /src/main/res/drawable
parent428356bf8f14d163d2eaabb912cebb1cdbb6c56e (diff)
added message border file
Diffstat (limited to 'src/main/res/drawable')
-rw-r--r--src/main/res/drawable/message_border.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/res/drawable/message_border.xml b/src/main/res/drawable/message_border.xml
index e69de29bb..b463d788e 100644
--- a/src/main/res/drawable/message_border.xml
+++ 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="2dp" />
+
+ <padding
+ android:bottom="1.5dp"
+ android:left="1.5dp"
+ android:right="1.5dp"
+ android:top="1.5dp" />
+
+ <solid android:color="@color/divider" />
+
+</shape> \ No newline at end of file