From 2c50ba1779d0d0b6f980a9b83c4a4ac5c34b1c4c Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Thu, 10 Jul 2014 00:13:30 +0200 Subject: moved hint box to the bottom --- res/layout/fragment_conversation.xml | 107 +++++++++++++++++++---------------- 1 file changed, 57 insertions(+), 50 deletions(-) (limited to 'res/layout') diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index 4605889d9..b712c3048 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -5,13 +5,31 @@ android:layout_height="match_parent" android:background="@color/secondarybackground" > - + android:layout_alignParentTop="true" + android:background="@color/secondarybackground" + android:divider="@null" + android:dividerHeight="0dp" + android:listSelector="@android:color/transparent" + android:stackFromBottom="true" + android:transcriptMode="normal" + tools:listitem="@layout/message_sent" > + + + - - + - + - - - + + \ No newline at end of file -- cgit v1.2.3