From 1899a36ab3aab7671420511f47eb8b273b9b1078 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Thu, 3 Nov 2011 13:50:45 -0700 Subject: Delay loading All Apps pages until the first time we enter All Apps, making launcher startup faster (5000628) Change-Id: I2a2218975141d7659184de83e505c7ab6e613232 --- res/layout/apps_customize_pane.xml | 4 +- .../android/launcher2/AppsCustomizeTabHost.java | 47 ++++++++++++++++++---- src/com/android/launcher2/Launcher.java | 20 ++++++--- 3 files changed, 57 insertions(+), 14 deletions(-) diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml index af876535d..1b01b4868 100644 --- a/res/layout/apps_customize_pane.xml +++ b/res/layout/apps_customize_pane.xml @@ -18,9 +18,11 @@ xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" android:background="#FF000000"> + android:layout_height="match_parent" + android:visibility="gone">