blob: aa402f6bec434fb179322e3e9ec243ca376b24a1 [file] [log] [blame]
Dianne Hackborn04486732013-09-04 15:47:59 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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
Jason Monk2583fc12015-03-25 09:46:30 -040017<LinearLayout
Dianne Hackborn04486732013-09-04 15:47:59 -070018 xmlns:android="http://schemas.android.com/apk/res/android"
Jason Monk2583fc12015-03-25 09:46:30 -040019 android:id="@+id/all_details"
Dianne Hackborn04486732013-09-04 15:47:59 -070020 android:layout_width="match_parent"
21 android:layout_height="match_parent"
Jason Monk2583fc12015-03-25 09:46:30 -040022 android:orientation="vertical"
23 android:paddingStart="?android:attr/listPreferredItemPaddingStart"
24 android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
Dianne Hackborn04486732013-09-04 15:47:59 -070025
Jason Monk2583fc12015-03-25 09:46:30 -040026 <com.android.settings.applications.LinearColorBar
27 android:id="@+id/color_bar"
Dianne Hackborn04486732013-09-04 15:47:59 -070028 android:layout_width="match_parent"
Jason Monk2583fc12015-03-25 09:46:30 -040029 android:layout_height="40dp"
30 android:layout_marginTop="12dp"
31 android:layout_marginBottom="10dp"
32 />
Dianne Hackborn04486732013-09-04 15:47:59 -070033
Jason Monk2583fc12015-03-25 09:46:30 -040034 <include layout="@layout/memory_key" />
Dianne Hackborn04486732013-09-04 15:47:59 -070035
Jason Monk2583fc12015-03-25 09:46:30 -040036 <!-- Force stop and report buttons -->
37 <LinearLayout
38 android:id="@+id/two_buttons_panel"
39 android:layout_width="match_parent"
40 android:layout_height="wrap_content"
41 android:paddingBottom="6dip"
42 android:orientation="vertical">
Dianne Hackborn04486732013-09-04 15:47:59 -070043
Jason Monk2583fc12015-03-25 09:46:30 -040044 <include layout="@layout/two_buttons_panel"/>
Dianne Hackborn04486732013-09-04 15:47:59 -070045 </LinearLayout>
Fabrice Di Meglio0ec42512014-06-18 16:07:45 -070046
Jason Monk2583fc12015-03-25 09:46:30 -040047</LinearLayout>