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 ------------------------------ res/values/strings.xml | 3 --- 3 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 res/layout/show_call_history_list_item.xml (limited to 'res') 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" /> - - - - - - - - diff --git a/res/values/strings.xml b/res/values/strings.xml index 9dcf72bab..8eeb03c4a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -535,9 +535,6 @@ Make video call - - View full call history - %s new missed calls -- cgit v1.2.3