From 2c50ba1779d0d0b6f980a9b83c4a4ac5c34b1c4c Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Thu, 10 Jul 2014 00:13:30 +0200 Subject: [PATCH] moved hint box to the bottom --- res/drawable/snackbar.xml | 6 ++ res/layout/fragment_conversation.xml | 107 ++++++++++++++------------- 2 files changed, 63 insertions(+), 50 deletions(-) create mode 100644 res/drawable/snackbar.xml diff --git a/res/drawable/snackbar.xml b/res/drawable/snackbar.xml new file mode 100644 index 000000000..5f5dc430f --- /dev/null +++ b/res/drawable/snackbar.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file 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