summaryrefslogtreecommitdiffstats
path: root/res/layout/show_all_contacts_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/show_all_contacts_fragment.xml')
-rw-r--r--res/layout/show_all_contacts_fragment.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/show_all_contacts_fragment.xml b/res/layout/show_all_contacts_fragment.xml
index 00358dc47..3b501fb88 100644
--- a/res/layout/show_all_contacts_fragment.xml
+++ b/res/layout/show_all_contacts_fragment.xml
@@ -44,11 +44,10 @@
android:nestedScrollingEnabled="true" />
</FrameLayout>
- <include
+ <com.android.dialer.widget.EmptyContentView
android:id="@+id/empty_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
- layout="@layout/empty_list_view"
android:visibility="gone"/>
</LinearLayout>