summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizeTabHost.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-04-27 17:40:20 -0700
committerWinson Chung <winsonc@google.com>2011-04-28 14:53:51 -0700
commit4b576be59e58072cc03b5a8d36afb6a322513575 (patch)
tree4bb56e5ca8dfc2438bf71739a32a24d7687021bf /src/com/android/launcher2/AppsCustomizeTabHost.java
parent9e87bd8ee7bcd900bce27784a42fecd878016090 (diff)
downloadandroid_packages_apps_Trebuchet-4b576be59e58072cc03b5a8d36afb6a322513575.tar.gz
android_packages_apps_Trebuchet-4b576be59e58072cc03b5a8d36afb6a322513575.tar.bz2
android_packages_apps_Trebuchet-4b576be59e58072cc03b5a8d36afb6a322513575.zip
Adding back the widgets pane to the merged AllApps.
- Fixing issue with holographic drag outlines being drawn offset Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005
Diffstat (limited to 'src/com/android/launcher2/AppsCustomizeTabHost.java')
-rw-r--r--src/com/android/launcher2/AppsCustomizeTabHost.java3
1 files changed, 0 insertions, 3 deletions
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)