Less bubbly

Stephen Paul Weber created

Change summary

src/main/res/drawable/message_bubble_received.xml | 12 ++++++------
src/main/res/drawable/message_bubble_sent.xml     | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)

Detailed changes

src/main/res/drawable/message_bubble_received.xml 🔗

@@ -3,14 +3,14 @@
     android:shape="rectangle">
     <corners
         android:radius="0dp"
-        android:bottomLeftRadius="15dp"
-        android:bottomRightRadius="15dp"
-        android:topLeftRadius="5dp"
-        android:topRightRadius="15dp" />
+        android:bottomLeftRadius="5dp"
+        android:bottomRightRadius="5dp"
+        android:topLeftRadius="0dp"
+        android:topRightRadius="5dp" />
     <padding
         android:bottom="0dp"
-        android:left="10dp"
-        android:right="10dp"
+        android:left="5dp"
+        android:right="5dp"
         android:top="0dp" />
     <size
         android:width="10dp"

src/main/res/drawable/message_bubble_sent.xml 🔗

@@ -3,14 +3,14 @@
     android:shape="rectangle">
     <corners
         android:radius="0dp"
-        android:bottomLeftRadius="15dp"
-        android:bottomRightRadius="5dp"
-        android:topLeftRadius="15dp"
-        android:topRightRadius="15dp" />
+        android:bottomLeftRadius="5dp"
+        android:bottomRightRadius="0dp"
+        android:topLeftRadius="5dp"
+        android:topRightRadius="5dp" />
     <padding
         android:bottom="0dp"
-        android:left="10dp"
-        android:right="10dp"
+        android:left="5dp"
+        android:right="5dp"
         android:top="0dp" />
     <size
         android:width="10dp"