From 4b576be59e58072cc03b5a8d36afb6a322513575 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 27 Apr 2011 17:40:20 -0700 Subject: Adding back the widgets pane to the merged AllApps. - Fixing issue with holographic drag outlines being drawn offset Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005 --- src/com/android/launcher2/AppsCustomizeTabHost.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/com/android/launcher2/AppsCustomizeTabHost.java') diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java index b484ad23d..5820ce710 100644 --- a/src/com/android/launcher2/AppsCustomizeTabHost.java +++ b/src/com/android/launcher2/AppsCustomizeTabHost.java @@ -23,7 +23,6 @@ import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TabHost; -import android.widget.TabWidget; import android.widget.TextView; import com.android.launcher.R; @@ -68,11 +67,9 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false); tabView.setText(mContext.getString(R.string.all_apps_button_label)); addTab(newTabSpec(APPS_TAB_TAG).setIndicator(tabView).setContent(contentFactory)); - /** TODO-APPS_CUSTOMIZE: Re-enable widgets tab tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false); tabView.setText(mContext.getString(R.string.widgets_tab_label)); addTab(newTabSpec(WIDGETS_TAB_TAG).setIndicator(tabView).setContent(contentFactory)); - */ setOnTabChangedListener(this); // Set the width of the tab bar to match the content (for now) -- cgit v1.2.3