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/xml-sw600dp | |
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/xml-sw600dp')
-rw-r--r-- | res/xml-sw600dp/default_workspace.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/xml-sw600dp/default_workspace.xml b/res/xml-sw600dp/default_workspace.xml index a22e853..ed4b572 100644 --- a/res/xml-sw600dp/default_workspace.xml +++ b/res/xml-sw600dp/default_workspace.xml @@ -74,12 +74,11 @@ launcher:screen="0" launcher:x="3" launcher:y="0" /> - <action + <allapps launcher:container="-101" launcher:screen="0" launcher:x="4" - launcher:y="0" - launcher:action="AllApps" /> + launcher:y="0" /> <favorite launcher:packageName="com.android.mms" launcher:className="com.android.mms.ui.ConversationList" |