summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-08-10 17:52:44 -0700
committerAndrew Lee <anwlee@google.com>2015-08-11 14:03:07 -0700
commita4adb2c035690a1c9600a20c2485886d9d5991d0 (patch)
tree15cbed485df037d5e6d47190a165c437e9e1f08b /res/values
parentf5250369eb99d5f2b435be845b5bb19a531538bb (diff)
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
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 0 insertions, 3 deletions
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 @@
<!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
<string name="search_shortcut_make_video_call">Make video call</string>
- <!-- Title for the call log list item that brings users to the full call history when clicked -->
- <string name="show_call_history">View full call history</string>
-
<!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
<string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>