diff options
author | Winson Chung <winsonc@google.com> | 2011-06-27 19:08:49 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-07-25 13:48:59 -0700 |
commit | 5a808358f1a773dab8babae44899ffd4ed1810c1 (patch) | |
tree | 51da799b228afea0af7fad593b6f6899fb3c0ab4 /res/values/strings.xml | |
parent | a22194bd9ff845775f91bff719322aba2522d32c (diff) | |
download | packages_apps_trebuchet-5a808358f1a773dab8babae44899ffd4ed1810c1.zip packages_apps_trebuchet-5a808358f1a773dab8babae44899ffd4ed1810c1.tar.gz packages_apps_trebuchet-5a808358f1a773dab8babae44899ffd4ed1810c1.tar.bz2 |
Adding menu to jump to shortcuts page in widgets tab
- Fixing bug in PagedView when setting the current page
- Fixing small visual issue with flashing scroll indicator
- Fixing slightly offset holographic icons
Change-Id: Ic6ce6365daca41cb5a73706c7c4b078f33a4e39c
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a3c263d..e8c8d00 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -81,6 +81,9 @@ <string name="menu_item_add_item">Add to Home screen</string> <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps --> <string name="group_applications">Applications</string> + <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcut +s --> + <string name="group_shortcuts">Shortcuts</string> <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets --> <string name="group_widgets">Widgets</string> <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper--> |