From 898b0ca8c485888e06e2b5b1c798eebce1a6dabc Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 26 Jan 2014 03:27:55 +0100 Subject: chat bubbles. yeah --- res/layout/fragment_conversation.xml | 85 ++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 47 deletions(-) (limited to 'res/layout/fragment_conversation.xml') diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml index 02fe1f90..11859573 100644 --- a/res/layout/fragment_conversation.xml +++ b/res/layout/fragment_conversation.xml @@ -1,64 +1,55 @@ - + android:background="#e5e5e5" > + - - - - + + + - - - - - - - - + android:background="#e5e5e5" + tools:listitem="@layout/message_sent" + android:divider="@null" + android:dividerHeight="0dp"> + - + \ No newline at end of file -- cgit v1.2.3