summaryrefslogtreecommitdiffstats
path: root/res/layout-w470dp
diff options
context:
space:
mode:
authorFlavio Lerda <flerda@google.com>2011-08-11 11:31:49 +0100
committerFlavio Lerda <flerda@google.com>2011-08-11 20:24:16 +0100
commit942a2f2f06ae3919560ce014fccf5c09f0f6027e (patch)
tree452e75d8b9360bb2c2009983c4e8e0cdeb17d4a7 /res/layout-w470dp
parent47cf7b6609753788e174ea583436daa71c6bef4c (diff)
downloadpackages_apps_Contacts-942a2f2f06ae3919560ce014fccf5c09f0f6027e.tar.gz
packages_apps_Contacts-942a2f2f06ae3919560ce014fccf5c09f0f6027e.tar.bz2
packages_apps_Contacts-942a2f2f06ae3919560ce014fccf5c09f0f6027e.zip
Add title on top of updates.
There should be a title at the top of updates. It should be "Recent" if the tab carousel is present and "Recent updates" if not. Bug: 5082091 Change-Id: Ib97f8918738c96aee9bffc1c846dabb7d4d2ffe6
Diffstat (limited to 'res/layout-w470dp')
-rw-r--r--res/layout-w470dp/contact_detail_updates_fragment.xml19
1 files changed, 4 insertions, 15 deletions
diff --git a/res/layout-w470dp/contact_detail_updates_fragment.xml b/res/layout-w470dp/contact_detail_updates_fragment.xml
index dd7cfbd1e..60d728d93 100644
--- a/res/layout-w470dp/contact_detail_updates_fragment.xml
+++ b/res/layout-w470dp/contact_detail_updates_fragment.xml
@@ -20,22 +20,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <LinearLayout
+ <ListView android:id="@android:id/list"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <include
- android:id="@+id/title"
- layout="@layout/contact_detail_kind_title_entry_view" />
-
- <ListView android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/background_social_updates"
- android:divider="@null"/>
-
- </LinearLayout>
+ android:layout_height="wrap_content"
+ android:background="@color/background_social_updates"
+ android:divider="@null"/>
<View
android:id="@+id/alpha_overlay"