diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-12-28 22:18:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-12-29 02:05:44 -0800 |
commit | 3786ed8df9344d365d063406828afee8293acda8 (patch) | |
tree | 36697f8caa98447f65ef9e538f0dcc6d114fadaa /res/values | |
parent | ce7dcdd77320ff852f4b8b53ededd4220379fe44 (diff) | |
download | packages_apps_trebuchet-3786ed8df9344d365d063406828afee8293acda8.zip packages_apps_trebuchet-3786ed8df9344d365d063406828afee8293acda8.tar.gz packages_apps_trebuchet-3786ed8df9344d365d063406828afee8293acda8.tar.bz2 |
Launcher: Remove long-press menu
Change-Id: Ie513c0c815fcfa0daa2d5503d3c060ae8e2109c0
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/attrs.xml | 1 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index f03a342..909a17b 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -143,7 +143,6 @@ <attr name="icon" format="reference" /> <attr name="title" format="reference" /> <attr name="uri" format="string" /> - <attr name="action" format="string" /> </declare-styleable> <declare-styleable name="Extra"> <attr name="key" format="string" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index b32df80..f1409f1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -87,8 +87,6 @@ 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 all launcher actions --> - <string name="group_actions">Actions</string> <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper--> <string name="group_wallpapers">Wallpapers</string> <!-- Error message when user has filled all their home screens --> |