summaryrefslogtreecommitdiff
path: root/res/layout/show_all_contacts_fragment.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-08 15:57:20 -0700
committerYorke Lee <yorkelee@google.com>2013-08-09 18:20:38 -0700
commit8dd6200bef2eb07486f4c7e288941cfcfed35e79 (patch)
tree7da25173afca501aede644d8792a356343342316 /res/layout/show_all_contacts_fragment.xml
parent15ef3e1d3772d9e35182572fed9b0f1c7c958547 (diff)
Extract ShowAllContactsFragment and add it to its own activity
Bug: 10244050 Change-Id: I9c815aecc3fe9f0db239129749fb5be3c73f51be
Diffstat (limited to 'res/layout/show_all_contacts_fragment.xml')
-rw-r--r--res/layout/show_all_contacts_fragment.xml5
1 files changed, 2 insertions, 3 deletions
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">
<!-- Shown only when an Account filter is set.
- paddingTop should be here to show "shade" effect correctly. -->
@@ -35,7 +34,7 @@
android:layout_weight="1" >
<view
class="com.android.contacts.common.list.PinnedHeaderListView"
- style="@style/NewDialtactsTheme"
+ style="@style/DialtactsTheme"
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"