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/conversation_list_row.xml | 2 +- res/layout/fragment_conversation.xml | 85 ++++++++++++++++-------------------- res/layout/message_sent.xml | 53 ++++++++++++++++++++++ 3 files changed, 92 insertions(+), 48 deletions(-) create mode 100644 res/layout/message_sent.xml (limited to 'res/layout') diff --git a/res/layout/conversation_list_row.xml b/res/layout/conversation_list_row.xml index cfac7175..303fdd1d 100644 --- a/res/layout/conversation_list_row.xml +++ b/res/layout/conversation_list_row.xml @@ -38,7 +38,7 @@ android:paddingTop="3dp"/> - + android:background="#e5e5e5" > + - - - - + + + - - - - - - - - + android:background="#e5e5e5" + tools:listitem="@layout/message_sent" + android:divider="@null" + android:dividerHeight="0dp"> + - + \ No newline at end of file diff --git a/res/layout/message_sent.xml b/res/layout/message_sent.xml new file mode 100644 index 00000000..c690c217 --- /dev/null +++ b/res/layout/message_sent.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + -- cgit v1.2.3