Dianne Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 1 | <?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 Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 17 | <LinearLayout |
Dianne Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
Jason Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 19 | android:id="@+id/all_details" |
Dianne Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 20 | android:layout_width="match_parent" |
| 21 | android:layout_height="match_parent" |
Jason Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 22 | android:orientation="vertical" |
| 23 | android:paddingStart="?android:attr/listPreferredItemPaddingStart" |
| 24 | android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"> |
Dianne Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 25 | |
Jason Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 26 | <com.android.settings.applications.LinearColorBar |
| 27 | android:id="@+id/color_bar" |
Dianne Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 28 | android:layout_width="match_parent" |
Jason Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 29 | android:layout_height="40dp" |
| 30 | android:layout_marginTop="12dp" |
| 31 | android:layout_marginBottom="10dp" |
| 32 | /> |
Dianne Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 33 | |
Jason Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 34 | <include layout="@layout/memory_key" /> |
Dianne Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 35 | |
Jason Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 36 | <!-- 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 Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 43 | |
Jason Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 44 | <include layout="@layout/two_buttons_panel"/> |
Dianne Hackborn | 0448673 | 2013-09-04 15:47:59 -0700 | [diff] [blame] | 45 | </LinearLayout> |
Fabrice Di Meglio | 0ec4251 | 2014-06-18 16:07:45 -0700 | [diff] [blame] | 46 | |
Jason Monk | 2583fc1 | 2015-03-25 09:46:30 -0400 | [diff] [blame] | 47 | </LinearLayout> |