summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Hotseat.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-04-03 14:08:41 -0700
committerWinson Chung <winsonc@google.com>2012-04-03 14:09:13 -0700
commitdb8a8944ede3be4ee63b43e24c407a3aaabee4de (patch)
tree5cc9c57d5bd422c164ced79c195aec042c714d6a /src/com/android/launcher2/Hotseat.java
parent0ba38df8a4af98daa535a57ec6c6ecac69b10343 (diff)
downloadandroid_packages_apps_Trebuchet-db8a8944ede3be4ee63b43e24c407a3aaabee4de.tar.gz
android_packages_apps_Trebuchet-db8a8944ede3be4ee63b43e24c407a3aaabee4de.tar.bz2
android_packages_apps_Trebuchet-db8a8944ede3be4ee63b43e24c407a3aaabee4de.zip
Changing order of binding to prevent errant flashing while loading workspace.
Change-Id: I75eb39600d1cd28980fd0365affb2c6e5f7162c1
Diffstat (limited to 'src/com/android/launcher2/Hotseat.java')
-rw-r--r--src/com/android/launcher2/Hotseat.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher2/Hotseat.java b/src/com/android/launcher2/Hotseat.java
index 9e525bd5a..fbb45b97e 100644
--- a/src/com/android/launcher2/Hotseat.java
+++ b/src/com/android/launcher2/Hotseat.java
@@ -104,7 +104,6 @@ public class Hotseat extends FrameLayout {
inflater.inflate(R.layout.application, mContent, false);
allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null,
context.getResources().getDrawable(R.drawable.all_apps_button_icon), null, null);
- // allAppsButton.setText(context.getString(R.string.all_apps_button_label));
allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label));
allAppsButton.setOnTouchListener(new View.OnTouchListener() {
@Override