commit | 7247f6315baf16eacb3286f21bd80321385c1def | [log] [tgz] |
---|---|---|
author | Patrick Dubroy <dubroy@google.com> | Wed Aug 04 16:02:59 2010 -0700 |
committer | Patrick Dubroy <dubroy@google.com> | Wed Aug 04 18:00:58 2010 -0700 |
tree | 6e0d6f5c0c0b5005ae40e6391f0df2ca9342ee02 | |
parent | 8335a24a6b7ae061e1f141dfa5ae20df64deb7cb [diff] [blame] |
Move all apps to the new animation framework, and some other all apps changes Change-Id: Ib4c827966423d76e62db24036bbca0cd6ee46b95
diff --git a/src/com/android/launcher2/AllAppsTabbed.java b/src/com/android/launcher2/AllAppsTabbed.java index 2002703..3aa70f4 100644 --- a/src/com/android/launcher2/AllAppsTabbed.java +++ b/src/com/android/launcher2/AllAppsTabbed.java
@@ -92,7 +92,10 @@ }); setCurrentTab(0); - setVisibility(GONE); + + // It needs to be INVISIBLE so that it will be measured in the layout. + // Otherwise the animations is messed up when we show it for the first time. + setVisibility(INVISIBLE); } @Override