summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-09-05 23:00:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-05 23:00:35 +0000
commitdb8e3bd3d1c28b23fa279640e3fccf5daa57ad19 (patch)
tree91dc46814442127b195a2216dcb2bd5d8af87d64 /res
parent3dff72ea7c8f95ea2130aa82c8c196829f91376d (diff)
parent742d8310376435ae840532a9c1bcaec0338b8e12 (diff)
am 742d8310: am b2dbce56: am 8be85c82: Merge "Don\'t set the same viewId twice" into lmp-dev
* commit '742d8310376435ae840532a9c1bcaec0338b8e12': Don't set the same viewId twice
Diffstat (limited to 'res')
-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"