Making the CAB text match the type of item selected

in customization mode.
This commit is contained in:
Michael Jurka
2010-09-27 11:30:20 -07:00
parent d0d43010c7
commit 3125d9dec8
3 changed files with 32 additions and 9 deletions
@@ -417,7 +417,7 @@ public class AllAppsPagedView extends PagedView
@Override
public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
mode.setTitle(R.string.cab_selection_text);
mode.setTitle(R.string.cab_app_selection_text);
// Until the workspace has a selection mode and the CAB supports drag-and-drop, we
// take a hybrid approach: grab the views from the workspace and stuff them into the CAB.