From 8dd6200bef2eb07486f4c7e288941cfcfed35e79 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Thu, 8 Aug 2013 15:57:20 -0700 Subject: Extract ShowAllContactsFragment and add it to its own activity Bug: 10244050 Change-Id: I9c815aecc3fe9f0db239129749fb5be3c73f51be --- res/layout/all_contacts_activity.xml | 26 ++++++++++++++++ res/layout/show_all_contacts_fragment.xml | 5 ++-- res/values/styles.xml | 50 ------------------------------- 3 files changed, 28 insertions(+), 53 deletions(-) create mode 100644 res/layout/all_contacts_activity.xml (limited to 'res') diff --git a/res/layout/all_contacts_activity.xml b/res/layout/all_contacts_activity.xml new file mode 100644 index 000000000..a91302711 --- /dev/null +++ b/res/layout/all_contacts_activity.xml @@ -0,0 +1,26 @@ + + + + + + diff --git a/res/layout/show_all_contacts_fragment.xml b/res/layout/show_all_contacts_fragment.xml index 0a95f2754..14fe340f3 100644 --- a/res/layout/show_all_contacts_fragment.xml +++ b/res/layout/show_all_contacts_fragment.xml @@ -19,8 +19,7 @@ android:id="@+id/pinned_header_list_layout" android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginTop="?android:attr/actionBarSize"> + android:layout_height="match_parent"> @@ -35,7 +34,7 @@ android:layout_weight="1" > - -