From bad58ac9eb49521e3fe37207648d4aa95766e5eb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 13 May 2015 17:42:27 -0700 Subject: Don't set voicemail status message in Call Log. This code has been unused for quite some time, as far as I can tell. Bug: 20433758 Change-Id: Ic9fef01954720c24d8ba6971534897a88af42a8f --- res/layout/call_log_fragment.xml | 43 +++++++++++----------------------------- 1 file changed, 12 insertions(+), 31 deletions(-) (limited to 'res/layout') diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml index a5a307207..68e306074 100644 --- a/res/layout/call_log_fragment.xml +++ b/res/layout/call_log_fragment.xml @@ -15,42 +15,23 @@ --> - - + android:layout_height="match_parent" + android:background="@color/background_dialer_call_log" + android:paddingStart="@dimen/call_log_horizontal_margin" + android:paddingEnd="@dimen/call_log_horizontal_margin" /> - - - - - - - - - - - + android:layout_height="match_parent" + layout="@layout/empty_list_view" + android:visibility="gone" /> - + -- cgit v1.2.3