From a4adb2c035690a1c9600a20c2485886d9d5991d0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 10 Aug 2015 17:52:44 -0700 Subject: Show entire call history in Dialer tab. + Rename some logic around identifying the scenario (tab vs activity) for the call log. + Add padding at the bottom of the call log. + Make call log in tab show all history, not just recent history. + Rename promo card logic in CallLogAdapter, since it is VM specific. - Remove extra view holder, and associated logic. Bug: 23017190 Change-Id: I1f36f414647705a779ee14e8b43e88bf711bba56 --- res/layout/call_log_fragment.xml | 4 +++- res/layout/show_call_history_list_item.xml | 30 ------------------------------ 2 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 res/layout/show_call_history_list_item.xml (limited to 'res/layout') diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml index f69c5139f..aad7d8e77 100644 --- a/res/layout/call_log_fragment.xml +++ b/res/layout/call_log_fragment.xml @@ -24,8 +24,10 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/background_dialer_call_log" + android:clipToPadding="false" android:paddingStart="@dimen/call_log_horizontal_margin" - android:paddingEnd="@dimen/call_log_horizontal_margin" /> + android:paddingEnd="@dimen/call_log_horizontal_margin" + android:paddingBottom="@dimen/floating_action_button_list_bottom_padding" /> - - - - - - - - -- cgit v1.2.3