aboutsummaryrefslogtreecommitdiffstats
path: root/src/piratx/res/drawable/mecmd_message_border.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/piratx/res/drawable/mecmd_message_border.xml')
-rw-r--r--src/piratx/res/drawable/mecmd_message_border.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/piratx/res/drawable/mecmd_message_border.xml b/src/piratx/res/drawable/mecmd_message_border.xml
new file mode 100644
index 000000000..990d02886
--- /dev/null
+++ b/src/piratx/res/drawable/mecmd_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/black12" />
+
+</shape> \ No newline at end of file