summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-11-03 13:50:45 -0700
committerMichael Jurka <mikejurka@google.com>2011-11-13 17:08:23 -0800
commit1899a36ab3aab7671420511f47eb8b273b9b1078 (patch)
tree9220a93a8a4b8cffaa4aca7dd72d29939afa27e1 /res
parentc46fbf04eaa8311d1775e70e65f3dd292e3ce715 (diff)
downloadandroid_packages_apps_Trebuchet-1899a36ab3aab7671420511f47eb8b273b9b1078.tar.gz
android_packages_apps_Trebuchet-1899a36ab3aab7671420511f47eb8b273b9b1078.tar.bz2
android_packages_apps_Trebuchet-1899a36ab3aab7671420511f47eb8b273b9b1078.zip
Delay loading All Apps pages until the first time we enter All Apps, making launcher startup faster (5000628)
Change-Id: I2a2218975141d7659184de83e505c7ab6e613232
Diffstat (limited to 'res')
-rw-r--r--res/layout/apps_customize_pane.xml4
1 files changed, 3 insertions, 1 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">
<LinearLayout
+ android:id="@+id/apps_customize_content"
android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:visibility="gone">
<!-- The layout_width of the tab bar gets overriden to align the content
with the text in the tabs in AppsCustomizeTabHost. -->
<FrameLayout