diff options
author | Laszlo David <laszlo.david@gmail.com> | 2013-02-19 22:37:03 +0100 |
---|---|---|
committer | László Dávid <laszlo.david@gmail.com> | 2013-03-24 07:48:47 +0100 |
commit | 381611b6d59a32ce01a5594f1d4b528e16a88257 (patch) | |
tree | 64a1a0618d21a66a63a29037531162c4fc264a90 /res/values | |
parent | d63b6d400a0bbd05cc59a8bad6cd07c98ec19386 (diff) | |
download | packages_apps_settings-381611b6d59a32ce01a5594f1d4b528e16a88257.zip packages_apps_settings-381611b6d59a32ce01a5594f1d4b528e16a88257.tar.gz packages_apps_settings-381611b6d59a32ce01a5594f1d4b528e16a88257.tar.bz2 |
Swap volume buttons when the screen is rotated (2/2)
Patch Set 7: Hide option if device not supported
Patch Set 8: Fix string derp introduced on ps7
Patch Set 9: Invert the orientation interpretations on tablets
Change-Id: Ie2166a4d50050e7a60933251bfc8cda97c42d419
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ed84c46..86890d6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4895,6 +4895,10 @@ <string name="hardware_keys_action_voice_search">Voice search</string> <string name="hardware_keys_action_in_app_search">In-app search</string> + <!-- Swap volume buttons when the screen is rotated --> + <string name="swap_volume_buttons_title">Swap volume buttons</string> + <string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string> + <!-- Navigation Bar --> <string name="navigation_bar_title">Buttons and layout</string> <string name="navigation_bar_help_text">1 - To begin editing, tap the lock icon\n\n2 - Tap any button to assign or change functionality\n\n3 - Long press any button to rearrange the order\n\n4 - To save, tap the lock icon again\n\n5 - To restore system default, tap the reset button\n\n</string> |