diff options
author | Danesh M <daneshm90@gmail.com> | 2012-03-05 21:38:27 -0500 |
---|---|---|
committer | Danesh Mondegarian <daneshm90@gmail.com> | 2013-01-05 17:57:25 -0500 |
commit | 356ed10d7520d4eb245c4cb523d11ac0fb4fb060 (patch) | |
tree | fd96a6f10049c5eab5239e8e76219f403873a0a7 /res/values | |
parent | ea00d0b6760219226b687649489458ba91766590 (diff) | |
download | packages_apps_settings-356ed10d7520d4eb245c4cb523d11ac0fb4fb060.zip packages_apps_settings-356ed10d7520d4eb245c4cb523d11ac0fb4fb060.tar.gz packages_apps_settings-356ed10d7520d4eb245c4cb523d11ac0fb4fb060.tar.bz2 |
Settings : NavigationBar Customization
Contains:
- Settings side to customize the navigation bar buttons.
Id: I39d9362f1930dc4181d20ff95077b4c290f6907e
- Settings : NavigationBar Customization
Settings side to customize the navigation bar buttons.
Id: Ibd51fbca96d5f0d5e75c7bd74dc5ec62ed1d969d
- Settings: Fix NavBar lock button when resetting default
When the NavBar is reset to defaults while in edit mode, lock icon should
re-lock
Id: I876725046e380ebb7da774ae412ce2b68f5310f8
- And a few small fixes
- Add support for navbar editing on tablets
- Add npe check
Change-Id: Ic77ca21d976015a1f4b4e10cab27fa35760035da
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a361e4a..8e6f5d7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4883,6 +4883,17 @@ <string name="hardware_keys_action_voice_search">Voice search</string> <string name="hardware_keys_action_in_app_search">In-app search</string> + <!-- Navigation Bar #CM --> + <string name="navigation_bar_title">Navigation bar</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> + <string name="navigation_bar_tips">• Actions can only be assigned to one button at a time\n\n• The home button cannot be re-assigned\n\n• Side buttons cannot be rearranged</string> + <string name="navigation_bar_tips_title">Quick tips</string> + <string name="navigation_bar_reset_message">Delete current settings and restore to default?</string> + <string name="navigation_bar_save_message">Navigation bar settings saved</string> + <string name="navigation_bar_reset_toast">Navigation bar reset to default</string> + <string name="navigation_bar_menu_editable">Editable</string> + <string name="navigation_bar_menu_locked">Locked</string> + <!-- Power Widget --> <string name="power_widget_title">Power widget</string> <string name="title_expanded_widget">Power widget</string> |