From 6a26e5bed48bf64996aef3ea1db4767ee147640e Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 26 May 2011 14:36:06 -0700 Subject: Removing wallpapers tab, adding shop icon back. Change-Id: I90bb107cce033ecb78a8fe365aa99c641a492b48 --- res/layout/apps_customize_pane.xml | 4 +- res/values/attrs.xml | 4 - res/values/styles.xml | 4 +- .../android/launcher2/AppsCustomizePagedView.java | 245 ++------------------- .../android/launcher2/AppsCustomizeTabHost.java | 8 - src/com/android/launcher2/Launcher.java | 2 +- 6 files changed, 28 insertions(+), 239 deletions(-) diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml index e22ba12c6..7083bf855 100644 --- a/res/layout/apps_customize_pane.xml +++ b/res/layout/apps_customize_pane.xml @@ -94,9 +94,7 @@ launcher:widgetCellWidthGap="@dimen/apps_customize_widget_cell_width_gap" launcher:widgetCellHeightGap="@dimen/apps_customize_widget_cell_height_gap" launcher:widgetCountX="@integer/apps_customize_widget_cell_count_x" - launcher:widgetCountY="@integer/apps_customize_widget_cell_count_y" - launcher:wallpaperCountX="@integer/apps_customize_wallpaper_cell_count_x" - launcher:wallpaperCountY="@integer/apps_customize_wallpaper_cell_count_y" /> + launcher:widgetCountY="@integer/apps_customize_widget_cell_count_y" /> diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 75b93bf0d..ae1b7f732 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -120,10 +120,6 @@ - - - -