summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-09-05 14:39:19 -0700
committerBrian Attwell <brianattwell@google.com>2014-09-05 14:39:19 -0700
commit83f6f8dff13d2754290196bc6dd7f7b89c651014 (patch)
tree01859816c67fe21989da6a140ae82d01c817f236 /res/layout
parent619f4ace5ceea01881e48847f36f606502ecdec6 (diff)
Don't set the same viewId twice
This change is necessitated by a change in ag/541280. Dialer doesn't actually use the account_filter_header. But I figure I should keep references to it upto date as long as they have it. Bug: 17399714 Change-Id: I0a853876af895b9cb5493e872b91c44ba3bbba2f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/show_all_contacts_fragment.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/layout/show_all_contacts_fragment.xml b/res/layout/show_all_contacts_fragment.xml
index fe188bddd..00358dc47 100644
--- a/res/layout/show_all_contacts_fragment.xml
+++ b/res/layout/show_all_contacts_fragment.xml
@@ -24,9 +24,7 @@
<!-- Shown only when an Account filter is set.
- paddingTop should be here to show "shade" effect correctly. -->
<!-- TODO: Remove the filter header. -->
- <include
- android:id="@+id/account_filter_header_container"
- layout="@layout/account_filter_header" />
+ <include layout="@layout/account_filter_header" />
<FrameLayout
android:layout_width="match_parent"