aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/private_message_ballon_received.xml11
-rw-r--r--app/src/main/res/drawable/private_message_ballon_sent.xml11
2 files changed, 22 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/private_message_ballon_received.xml b/app/src/main/res/drawable/private_message_ballon_received.xml
new file mode 100644
index 00000000..522d5cf0
--- /dev/null
+++ b/app/src/main/res/drawable/private_message_ballon_received.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="#4185F4" >
+ </solid>
+
+ <corners
+ android:radius="22dp">
+ </corners>
+</shape>
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