aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_bubble_sent.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-11-08 19:24:54 +0100
committerChristian Schneppe <christian@pix-art.de>2018-11-08 19:24:54 +0100
commitf090b0f47d1eb10132e32b5f9f97ebd493db70a7 (patch)
tree099c53c5b684318a90c57e8b4860e56b1fe8a443 /src/main/res/drawable/message_bubble_sent.xml
parentdc1f76d1b482d04e5d065b38527c9629d303c98b (diff)
parentdccfc8c5cb926f4f5564a3239accdd7900df4f26 (diff)
Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger
Diffstat (limited to 'src/main/res/drawable/message_bubble_sent.xml')
-rw-r--r--src/main/res/drawable/message_bubble_sent.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/res/drawable/message_bubble_sent.xml b/src/main/res/drawable/message_bubble_sent.xml
new file mode 100644
index 000000000..677c1fe43
--- /dev/null
+++ b/src/main/res/drawable/message_bubble_sent.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
+ <corners
+ android:topLeftRadius="5dp"
+ android:topRightRadius="5dp"
+ android:bottomRightRadius="0dp"
+ android:bottomLeftRadius="5dp" />
+ <padding
+ android:bottom="4dp"
+ android:left="6dp"
+ android:right="6dp"
+ android:top="4dp" />
+ <solid android:color="@color/lightblue" />
+</shape> \ No newline at end of file