From 14cfa66d6df53303c280194d661c0b32838aa417 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 13 Mar 2015 17:28:34 -0700 Subject: Delete call log list item extras. - Remove isCallLog specific code from adapter; now everything will always be in the call log. - Remove unneeded adapter bits from ListsFragment; there is now no shortcut card shown in the lists fragment. - Remove call log list item extra. We won't bind badges using this any more. This will be superseded by the actions. Remove badge-related code in CallLogAdapter. + Leaving the add-person icon, since it will be used in the future. Bug: 19372817 Bug: 19627987 Change-Id: I4db8149761b017e02e89c081930a05f3aafe9606 --- res/layout/call_log_list_item.xml | 6 +-- res/layout/call_log_list_item_extra.xml | 68 --------------------------------- res/values/colors.xml | 1 - res/values/dimens.xml | 3 -- res/values/strings.xml | 3 -- 5 files changed, 1 insertion(+), 80 deletions(-) delete mode 100644 res/layout/call_log_list_item_extra.xml (limited to 'res') diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index db59b74d3..910e78f5e 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -155,9 +155,5 @@ android:layout_width="match_parent" android:layout_height="wrap_content"/> - - + diff --git a/res/layout/call_log_list_item_extra.xml b/res/layout/call_log_list_item_extra.xml deleted file mode 100644 index 87b932bc6..000000000 --- a/res/layout/call_log_list_item_extra.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index cd3a804f0..f697cc8cc 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -38,7 +38,6 @@ #000000 - #0277bd 12dp diff --git a/res/values/strings.xml b/res/values/strings.xml index 78b74e656..13bf845c3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -526,9 +526,6 @@ --> Touch image to see all numbers or touch & hold to reorder - - Dismiss - Remove -- cgit v1.2.3