From b8cce73649a8c61fba3786f6804a0bf8db9ae055 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Thu, 16 Feb 2017 20:58:27 +0100 Subject: add date bubble in chatlist fixes #104 --- src/main/res/layout/message_sent.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/main/res/layout/message_sent.xml') diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index b45da4470..d37d418bf 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -27,14 +27,13 @@ android:id="@+id/message_box" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignParentBottom="true" - android:layout_toLeftOf="@+id/message_photo" android:minHeight="48dp" android:longClickable="true" - android:layout_marginBottom="0dp" + android:layout_alignParentBottom="true" + android:layout_toLeftOf="@+id/message_photo" + android:layout_toStartOf="@+id/message_photo" android:layout_marginLeft="4dp" - android:layout_marginRight="4dp" - android:layout_marginTop="4dp" > + android:layout_marginRight="4dp">