summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-08-21 09:35:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-21 09:35:38 -0700
commit999d66df264c9a954eb43798b8ef906fac601854 (patch)
treeccbfa84d561afeec4c2c966f6c94b7aa184265cf /res/layout
parent641ec835c41a314f76fbc961c37c968f50e7a75d (diff)
parent4962c855b871f1657ca6d90817567203e6863551 (diff)
downloadpackages_apps_Settings-999d66df264c9a954eb43798b8ef906fac601854.zip
packages_apps_Settings-999d66df264c9a954eb43798b8ef906fac601854.tar.gz
packages_apps_Settings-999d66df264c9a954eb43798b8ef906fac601854.tar.bz2
am 4962c855: am a712c3b7: A couple small settings fixes:
Merge commit '4962c855b871f1657ca6d90817567203e6863551' * commit '4962c855b871f1657ca6d90817567203e6863551': A couple small settings fixes:
Diffstat (limited to 'res/layout')
-rwxr-xr-xres/layout/manage_applications.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/manage_applications.xml b/res/layout/manage_applications.xml
index 758e476..2716460 100755
--- a/res/layout/manage_applications.xml
+++ b/res/layout/manage_applications.xml
@@ -20,7 +20,8 @@
<FrameLayout android:id="@+id/list_container"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:visibility="gone">
<ListView android:id="@android:id/list"
android:drawSelectorOnTop="false"
android:layout_width="match_parent"
@@ -36,7 +37,8 @@
<view class="com.android.settings.applications.RunningProcessesView"
android:id="@+id/running_processes"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
+ android:visibility="gone" />
<LinearLayout android:id="@+id/loading_container"
android:orientation="vertical"