summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorHugo Hudson <hugohudson@google.com>2011-07-15 17:41:12 +0100
committerHugo Hudson <hugohudson@google.com>2011-07-17 01:31:06 +0100
commitb002f512acfd12b0f25c62579af0b7ecb02d728e (patch)
treec2e9ca84144dd53f17941401e131082b832b3403 /res/values/strings.xml
parent5a174ef443cc2fd806bf2d34a7cd8a7ca6af6289 (diff)
downloadandroid_packages_apps_Contacts-b002f512acfd12b0f25c62579af0b7ecb02d728e.tar.gz
android_packages_apps_Contacts-b002f512acfd12b0f25c62579af0b7ecb02d728e.tar.bz2
android_packages_apps_Contacts-b002f512acfd12b0f25c62579af0b7ecb02d728e.zip
Voicemail playback, with variable speed ui.
Introduces a new VoicemailPlaybackFragment and the VoicemailPlaybackPresenter that goes with it. Together these two form part of the CallDetailActivity, and allow us to play back voicemails inline with variable speed. Also included is the code from the CallLogFragment to launch the CallDetailActivity with suitable extras buried in the Intent. Change-Id: I86585685802b69441f5812b41c215f3534af26e4
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 52f8394cd..534fc4e60 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1611,6 +1611,13 @@
<!-- Title of the notification of new voicemail. -->
<string name="notification_voicemail_title">New voicemail</string>
+ <!-- Initial display for position of current playback, do not translate. -->
+ <string name="voicemail_initial_time">00:05</string>
+ <!-- This string is temporary whilst I wait for an art asset to use on the button. -->
+ <string name="voicemail_decrease_button">-</string>
+ <!-- This string is temporary whilst I wait for an art asset to use on the button. -->
+ <string name="voicemail_increase_button">+</string>
+
<!-- The separator between the call type text and the date in the call log [CHAR LIMIT=3] -->
<string name="call_log_type_date_separator">/</string>