blob: 6a9d4e53d753ce25638300f2c8ba919a75777bab [file] [log] [blame]
Dianne Hackborn309c5dc2012-05-16 15:50:48 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2012 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Alexandra Gherghinac8a1db12014-07-24 18:54:31 +010017<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Dianne Hackborn309c5dc2012-05-16 15:50:48 -070018 android:layout_width="match_parent"
19 android:layout_height="match_parent"
Alexandra Gherghinac8a1db12014-07-24 18:54:31 +010020 android:orientation="vertical">
Dianne Hackborn309c5dc2012-05-16 15:50:48 -070021
Alexandra Gherghinac8a1db12014-07-24 18:54:31 +010022 <FrameLayout
23 android:layout_width="match_parent"
24 android:layout_height="match_parent" >
Dianne Hackborn309c5dc2012-05-16 15:50:48 -070025
Alexandra Gherghinac8a1db12014-07-24 18:54:31 +010026 <view class="com.android.settings.applications.RunningProcessesView"
27 android:id="@+id/running_processes"
28 android:layout_width="match_parent"
29 android:layout_height="match_parent"
30 android:visibility="gone" />
Dianne Hackborn309c5dc2012-05-16 15:50:48 -070031
Jason Monkb5aa73f2015-03-31 12:59:33 -040032 <include layout="@layout/loading_container" />
Alexandra Gherghinac8a1db12014-07-24 18:54:31 +010033
34 </FrameLayout>
35
36</LinearLayout>