diff --git a/src/main/res/drawable/message_bubble_received.xml b/src/main/res/drawable/message_bubble_received.xml
index 2dfa00622cf0e699fab229fa94e7b58598de34a1..1780c1be7f8072956b334f7d656b760cf76631ca 100644
--- a/src/main/res/drawable/message_bubble_received.xml
+++ b/src/main/res/drawable/message_bubble_received.xml
@@ -3,14 +3,14 @@
android:shape="rectangle">
+ android:bottomLeftRadius="5dp"
+ android:bottomRightRadius="5dp"
+ android:topLeftRadius="0dp"
+ android:topRightRadius="5dp" />
+ android:bottomLeftRadius="5dp"
+ android:bottomRightRadius="0dp"
+ android:topLeftRadius="5dp"
+ android:topRightRadius="5dp" />