aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_bubble_sent_blue.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable/message_bubble_sent_blue.xml')
-rw-r--r--src/main/res/drawable/message_bubble_sent_blue.xml49
1 files changed, 20 insertions, 29 deletions
diff --git a/src/main/res/drawable/message_bubble_sent_blue.xml b/src/main/res/drawable/message_bubble_sent_blue.xml
index 8e519ff6b..1ee3ad0c8 100644
--- a/src/main/res/drawable/message_bubble_sent_blue.xml
+++ b/src/main/res/drawable/message_bubble_sent_blue.xml
@@ -1,30 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:gravity="bottom|right">
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="36dp"
- android:height="24dp"
- android:viewportWidth="36"
- android:viewportHeight="24" >
- <path
- android:fillColor="@color/lightblue"
- android:pathData="m 34,24 c-6,0 -10,-6 -10,-10 l -6,12 z" />
-
- </vector>
- </item>
- <item android:right="12dp">
- <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="2dp"
- android:left="6dp"
- android:right="18dp"
- android:top="2dp" />
- <solid android:color="@color/lightblue" />
- </shape>
- </item>
-</layer-list>
+<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">
+ </corners>
+ <padding
+ android:bottom="4dp"
+ android:left="6dp"
+ android:right="6dp"
+ android:top="4dp" />
+ <stroke
+ android:width="1dp"
+ android:color="@color/grey500">
+ </stroke>
+ <solid
+ android:color="@color/lightblue">
+ </solid>
+</shape> \ No newline at end of file