summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-04-16 14:26:05 -0700
committerAndrew Lee <anwlee@google.com>2014-04-16 15:47:10 -0700
commit470fc45faecfdcea385ffca127162419cf7417e6 (patch)
treea9ab3f9ba69d46c2b2604d3ad4d2594bb8fb3d53 /res
parenta63d4469cdb92e717599d13830c9f43584fb66ef (diff)
Add voicemail tab to call history tab bar.
- Add new CallLogFragment for voicemails in CallLogActivity. - Provide new empty message in CallLogFragment. - Add voicemail title string to strings.xml. - Removed some unused imports and variables. Bug: 10696509 Change-Id: I2ba9e0cfdb8cda73d7e61712559020f2857992a1
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d67c788da..d36af78ee 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -705,6 +705,10 @@
[CHAR LIMIT=15] -->
<string name="call_log_missed_title">Missed</string>
+ <!-- Title for the call log tab containing the list of all voicemail calls only
+ [CHAR LIMIT=15] -->
+ <string name="call_log_voicemail_title">Voicemail</string>
+
<string name="tab_speed_dial">Speed Dial</string>
<string name="tab_recents">Recents</string>