diff --git a/res/layout/add_list_item.xml b/res/layout/add_list_item.xml deleted file mode 100644 index e937d7bc1d..0000000000 --- a/res/layout/add_list_item.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - diff --git a/res/layout/rename_folder.xml b/res/layout/rename_folder.xml deleted file mode 100644 index 21a335c4ab..0000000000 --- a/res/layout/rename_folder.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - diff --git a/res/values/strings.xml b/res/values/strings.xml index a68f53a915..b5e02f29d2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -34,8 +34,6 @@ Launcher3 Home - - Android Core Apps @@ -48,10 +46,6 @@ Downloaded app disabled in Safe mode Widgets disabled in Safe mode - - Widgets - - Widgets Show Mem @@ -62,17 +56,6 @@ %1$d \u00d7 %2$d - - %1$s (%2$d \u00d7 %3$d) - - Couldn\'t drop item on this Home screen. - - Choose widget to create - Search Apps @@ -81,54 +64,18 @@ No Apps found matching \"%1$s\" - + - - Folder name - - Rename folder - - OK - - Cancel - - - - - Add to Home screen - - Apps - - Shortcuts - - Widgets - - No more room on your Home screens. No more room on this Home screen. No more room in the Favorites tray - - This widget is too large for the Favorites tray - - Shortcut \"%s\" created. - - Shortcut \"%s\" already exists. - - - Choose shortcut - - Choose app Apps Home - - Uninstall Remove @@ -137,35 +84,6 @@ s --> App info - - Apps - - Remove - - - Uninstall update - - - - - - - - Uninstall app - - App details - - 1 app selected - - 1 widget selected - - 1 folder selected - - 1 shortcut selected - @@ -196,9 +114,6 @@ s --> This is a system app and can\'t be uninstalled. - - Rocket Launcher - Unnamed Folder @@ -212,22 +127,10 @@ s --> Page %1$d of %2$d Home screen %1$d of %2$d - - Apps page %1$d of %2$d - - Widgets page %1$d of %2$d Welcome - - Make yourself at home. - - - - - - Create more screens for apps and folders Copy your app icons @@ -236,24 +139,14 @@ s --> COPY ICONS START FRESH - - Organize your space - - Touch & hold background to manage wallpaper, widgets and settings. Wallpapers, widgets, & settings Touch & hold background to customize GOT IT - - Here\'s a folder - - To create one like this, touch & hold an app, then move it over another. OK - - Error: custom workspace layout passed in but custom cling was not overwritten diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index 8c920f0b8a..8258984c33 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java @@ -3546,9 +3546,9 @@ public class Launcher extends Activity text.clear(); // Populate event with a fake title based on the current state. if (mState == State.APPS) { - text.add("Apps"); + text.add(getString(R.string.all_apps_button_label)); } else if (mState == State.WIDGETS) { - text.add("Widgets"); + text.add(getString(R.string.widget_button_text)); } else { text.add(getString(R.string.all_apps_home_button_label)); }