From f7b670206379b420d66d9f164e386a8bb71368e7 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Tue, 20 Mar 2018 21:14:32 +0100 Subject: use data binder for inflating muc items --- src/main/res/layout/contact.xml | 104 ++++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 51 deletions(-) (limited to 'src/main/res/layout/contact.xml') diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml index c414271ab..eea98181e 100644 --- a/src/main/res/layout/contact.xml +++ b/src/main/res/layout/contact.xml @@ -1,59 +1,61 @@ - - - - - + + + android:background="?android:attr/activatedBackgroundIndicator" + android:padding="@dimen/list_padding"> - + - + android:layout_centerVertical="true" + android:layout_toRightOf="@+id/contact_photo" + android:orientation="vertical" + android:paddingLeft="@dimen/avatar_item_distance"> - - + - - - - \ No newline at end of file + + + + + + + + + \ No newline at end of file -- cgit v1.2.3