From efba73ffd012cede18b6d50fe32b3077bb866741 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 28 Jan 2014 22:21:08 +0100 Subject: refactored newconversationactivty to use array adapter --- res/layout/activity_new_conversation.xml | 82 +++++++++----------------------- res/layout/contact.xml | 13 ++--- 2 files changed, 26 insertions(+), 69 deletions(-) (limited to 'res') diff --git a/res/layout/activity_new_conversation.xml b/res/layout/activity_new_conversation.xml index 68836761..c993ce49 100644 --- a/res/layout/activity_new_conversation.xml +++ b/res/layout/activity_new_conversation.xml @@ -2,7 +2,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#f9f9f9"> + android:background="#e5e5e5" > + android:inputType="textEmailAddress" + android:paddingBottom="12dp" + android:paddingLeft="8dp" + android:paddingRight="8dp" + android:paddingTop="12dp" /> + + - + android:layout_below="@+id/contacts_header" + tools:listitem="@layout/contact" > - + - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/contact.xml b/res/layout/contact.xml index 1b11f0fc..ec985fcf 100644 --- a/res/layout/contact.xml +++ b/res/layout/contact.xml @@ -1,12 +1,8 @@ - - - - - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3