diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/activity_new_conversation.xml | 3 | ||||
-rw-r--r-- | res/layout/contact.xml | 3 |
2 files changed, 4 insertions, 2 deletions
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"> </ListView> </RelativeLayout>
\ 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"> <ImageView android:id="@+id/contact_photo" |