summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-11-14 16:39:23 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-14 16:39:23 -0800
commit182c4d269eee86a30230dfdd53a5a3d6160dfdde (patch)
tree2528025e74c082b2a4337f06681c247df5f6e1ec /res
parentc6f10b906fc9c120cafc81046a42b2434ff635a9 (diff)
parent1899a36ab3aab7671420511f47eb8b273b9b1078 (diff)
downloadandroid_packages_apps_Trebuchet-182c4d269eee86a30230dfdd53a5a3d6160dfdde.tar.gz
android_packages_apps_Trebuchet-182c4d269eee86a30230dfdd53a5a3d6160dfdde.tar.bz2
android_packages_apps_Trebuchet-182c4d269eee86a30230dfdd53a5a3d6160dfdde.zip
Merge "Delay loading All Apps pages until the first time we enter All Apps, making launcher startup faster (5000628)" into ics-mr1
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