diff options
author | Adam Powell <adamp@google.com> | 2013-09-30 16:16:24 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2013-10-03 14:55:18 -0700 |
commit | f8895248e2ac4dbb46622f3e04c7256f03175b4f (patch) | |
tree | 191c1c11a865e2ac3bc4fe2ba51ebbae387320b0 /packages/Keyguard/res/values | |
parent | 95867a652410b5f0193cf301f5737381bcbd3a88 (diff) | |
download | frameworks_base-f8895248e2ac4dbb46622f3e04c7256f03175b4f.zip frameworks_base-f8895248e2ac4dbb46622f3e04c7256f03175b4f.tar.gz frameworks_base-f8895248e2ac4dbb46622f3e04c7256f03175b4f.tar.bz2 |
Add a scrubber to keyguard; layout tweaks
Switch KeyguardTransportControlView over to using RemoteController
instead of the internal API.
Guard transition animations behind a flag until we can work out some
intermittent issues.
Change-Id: Ie9f41339ce6e735c5d524db88437672f2c9859e2
Diffstat (limited to 'packages/Keyguard/res/values')
-rw-r--r-- | packages/Keyguard/res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values/strings.xml b/packages/Keyguard/res/values/strings.xml index 89e7240..11f2e54 100644 --- a/packages/Keyguard/res/values/strings.xml +++ b/packages/Keyguard/res/values/strings.xml @@ -148,6 +148,13 @@ <string name="keyguard_accessibility_transport_play_description">Play button</string> <!-- Shown on transport control of lockscreen. Pressing button pauses playback --> <string name="keyguard_accessibility_transport_stop_description">Stop button</string> + <!-- Shown on transport control of lockscreen. Pressing button rates the track as "thumbs up." --> + <string name="keyguard_accessibility_transport_thumbs_up_description">Thumbs up</string> + <!-- Shown on transport control of lockscreen. Pressing button rates the track as "thumbs down." --> + <string name="keyguard_accessibility_transport_thumbs_down_description">Thumbs down</string> + <!-- Shown on transport control of lockscreen. Pressing button toggles the "heart" rating. --> + <string name="keyguard_accessibility_transport_heart_description">Heart</string> + <!-- Accessibility description for when the device prompts the user to dismiss keyguard in order to complete an action. This will be followed by a message about the current |