aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/private_message_ballon_sent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/private_message_ballon_sent.xml')
-rw-r--r--app/src/main/res/drawable/private_message_ballon_sent.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/private_message_ballon_sent.xml b/app/src/main/res/drawable/private_message_ballon_sent.xml
new file mode 100644
index 00000000..e813c552
--- /dev/null
+++ b/app/src/main/res/drawable/private_message_ballon_sent.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <solid
+ android:color="#31BF7D" >
+ </solid>
+
+ <corners
+ android:radius="22dp">
+ </corners>
+</shape> \ No newline at end of file