summaryrefslogtreecommitdiff
path: root/res/layout/call_log_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/call_log_fragment.xml')
-rw-r--r--res/layout/call_log_fragment.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index 68e306074..3a7013d57 100644
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -27,11 +27,10 @@
android:paddingStart="@dimen/call_log_horizontal_margin"
android:paddingEnd="@dimen/call_log_horizontal_margin" />
- <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" />
</FrameLayout>