From 71b5c0b988a64b3a0613ded5403749bc537ee8a5 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 8 Jan 2015 16:59:04 -0800 Subject: Adding accessibility controls > Adding 'Remove' option to workspace items > Adding 'Add to workspace' to all apps and widget list items, which adds the item to the first available space, giving preference to the current workspace screen > Adding 'App info' and 'Uninstall' options to appropriate items Bug: 18482913 Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937 --- res/layout/search_drop_target_bar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/search_drop_target_bar.xml b/res/layout/search_drop_target_bar.xml index af2d01634..0d7167e5b 100644 --- a/res/layout/search_drop_target_bar.xml +++ b/res/layout/search_drop_target_bar.xml @@ -38,7 +38,7 @@ android:id="@+id/delete_target_text" style="@style/DropTargetButton" android:drawableStart="@drawable/remove_target_selector" - android:text="@string/delete_zone_label_workspace" /> + android:text="@string/delete_target_label" />