summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizeTabHost.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-08 10:55:42 -0700
committerWinson Chung <winsonc@google.com>2011-08-08 14:05:51 -0700
commitf30ad5f1bf33baceeca6b770464fb543b58af985 (patch)
tree741c861273bee250f6773b8b29d77191ac04b1c3 /src/com/android/launcher2/AppsCustomizeTabHost.java
parentc29c8462b1f56558a4e357975fa7463e66bce47e (diff)
downloadandroid_packages_apps_Trebuchet-f30ad5f1bf33baceeca6b770464fb543b58af985.tar.gz
android_packages_apps_Trebuchet-f30ad5f1bf33baceeca6b770464fb543b58af985.tar.bz2
android_packages_apps_Trebuchet-f30ad5f1bf33baceeca6b770464fb543b58af985.zip
Making hotseat a fiver.
Change-Id: I18737692a115f8fd77c6feb3062f4bfeca3506ae
Diffstat (limited to 'src/com/android/launcher2/AppsCustomizeTabHost.java')
-rw-r--r--src/com/android/launcher2/AppsCustomizeTabHost.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java
index 2f5cc4074..8aa7c594e 100644
--- a/src/com/android/launcher2/AppsCustomizeTabHost.java
+++ b/src/com/android/launcher2/AppsCustomizeTabHost.java
@@ -39,7 +39,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
private static final String APPS_TAB_TAG = "APPS";
private static final String WIDGETS_TAB_TAG = "WIDGETS";
- private static final int sTabBarFadeInDuration = 150;
private final LayoutInflater mLayoutInflater;
private ViewGroup mTabs;
@@ -130,7 +129,7 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
// Set the width and show the tab bar (if we have a loading graphic, we can switch
// it off here)
mTabs.getLayoutParams().width = contentWidth;
- mTabsContainer.animate().alpha(1f).setDuration(sTabBarFadeInDuration);
+ mTabsContainer.setAlpha(1f);
}
}
super.onMeasure(widthMeasureSpec, heightMeasureSpec);