From afe12447098424254366f5714645420973b37f36 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 15 Mar 2014 04:59:18 +0100 Subject: muc creation --- res/layout/activity_new_conversation.xml | 3 ++- res/layout/contact.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'res/layout') diff --git a/res/layout/activity_new_conversation.xml b/res/layout/activity_new_conversation.xml index 88e1b802..a2b00af1 100644 --- a/res/layout/activity_new_conversation.xml +++ b/res/layout/activity_new_conversation.xml @@ -49,7 +49,8 @@ android:layout_alignParentLeft="true" android:layout_alignParentRight="true" android:layout_below="@+id/contacts_header" - tools:listitem="@layout/contact" > + tools:listitem="@layout/contact" + android:choiceMode="multipleChoice"> \ No newline at end of file diff --git a/res/layout/contact.xml b/res/layout/contact.xml index 82404d3f..fcf8e8b9 100644 --- a/res/layout/contact.xml +++ b/res/layout/contact.xml @@ -3,7 +3,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="8dp" - android:paddingBottom="8dp"> + android:paddingBottom="8dp" + android:background="?android:attr/activatedBackgroundIndicator">