From 98b99ef5b1b76797e6193bf0ca85fe9430c51637 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Wed, 8 Jul 2015 17:11:31 -0700 Subject: [PATCH] Reduce right margin on incoming message bubbles. Fixes #3499 // FREEBIE --- res/layout/conversation_item_received.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/conversation_item_received.xml b/res/layout/conversation_item_received.xml index 39bb63dbdd..5424708092 100644 --- a/res/layout/conversation_item_received.xml +++ b/res/layout/conversation_item_received.xml @@ -42,7 +42,7 @@ android:layout_height="wrap_content" android:layout_toRightOf="@id/contact_photo" android:layout_toEndOf="@id/contact_photo" - android:layout_marginRight="50dp" + android:layout_marginRight="35dp" android:background="@drawable/received_bubble" android:orientation="vertical">