Replacing AllApps/Customize in tablet UI with Apps/Customize.

Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
This commit is contained in:
Winson Chung
2011-06-06 14:27:16 -07:00
parent bf5a5c894d
commit f0ea4d3378
36 changed files with 722 additions and 1003 deletions

View File

@@ -86,7 +86,7 @@ public class DeleteDropTarget extends IconDropTarget {
boolean isVisible = true;
boolean isUninstall = false;
// If we are dragging a widget from AppsCustomize , hide the delete target
// If we are dragging a widget from AppsCustomize, hide the delete target
if (isAllAppsWidget(source, info)) {
isVisible = false;
}