summaryrefslogtreecommitdiffstats
path: root/res/layout/manage_applications.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/manage_applications.xml')
-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"