From 03d96266f8bbb76e25610e903d74a0afa7dcd03b Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 28 Feb 2014 03:22:05 +0100 Subject: fixed a small graphic glitch --- res/layout/fragment_conversation.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'res/layout/fragment_conversation.xml') diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index 22f783d3..4e0d2030 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -45,14 +45,16 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_above="@+id/textsend" - android:layout_below="@+id/info_box" android:layout_alignParentLeft="true" + android:layout_below="@+id/info_box" android:background="#e5e5e5" - tools:listitem="@layout/message_sent" android:divider="@null" - android:dividerHeight="0dp" - android:transcriptMode="alwaysScroll" - android:listSelector="@android:color/transparent"> + android:dividerHeight="0dp" + android:listSelector="@android:color/transparent" + android:transcriptMode="alwaysScroll" + tools:listitem="@layout/message_sent" + android:stackFromBottom="true"> +