summaryrefslogtreecommitdiffstats
path: root/res/layout/contact_details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/contact_details.xml')
-rw-r--r--res/layout/contact_details.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/layout/contact_details.xml b/res/layout/contact_details.xml
index 6d05b3b5..310f62bc 100644
--- a/res/layout/contact_details.xml
+++ b/res/layout/contact_details.xml
@@ -15,11 +15,18 @@
-->
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/telecom_display_scrim"
android:clickable="true"
android:clipChildren="false">
- <include layout="@layout/paged_list" />
+ <com.android.car.view.PagedListView
+ android:id="@+id/list_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_marginTop="@dimen/lens_header_height"
+ android:clipChildren="false"
+ app:showDivider="false" />
</FrameLayout>