blob: 5541f3de8e7c87f9b8e4b94b2006ee6b0c801161 [file] [log] [blame]
John Spurlockaf8d6c42014-05-07 17:49:08 -04001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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-->
Jason Monk46767b72016-08-18 10:58:04 -040016<com.android.systemui.qs.QSContainerImpl
Jason Monkb4cc7b12017-05-09 13:50:47 -040017 xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/quick_settings_container"
19 android:layout_width="match_parent"
20 android:layout_height="wrap_content"
Jason Monk232ac2b2017-06-02 12:50:24 -040021 android:background="@drawable/qs_background_primary"
22 android:elevation="4dp"
Jason Monkb4cc7b12017-05-09 13:50:47 -040023 android:clipToPadding="false"
24 android:clipChildren="false">
25
John Spurlockaf8d6c42014-05-07 17:49:08 -040026 <com.android.systemui.qs.QSPanel
Jason Monkb4cc7b12017-05-09 13:50:47 -040027 android:id="@+id/quick_settings_panel"
28 android:layout_marginTop="28dp"
29 android:layout_width="match_parent"
30 android:layout_height="wrap_content"
Jason Monkb4cc7b12017-05-09 13:50:47 -040031 android:layout_marginBottom="48dp" />
Jason Monke1be3422016-02-09 10:51:40 -050032
33 <include layout="@layout/quick_status_bar_expanded_header" />
34
Anthony Chen54daefe2017-04-07 17:19:54 -070035 <include layout="@layout/qs_footer_impl" />
Jason Monke5b770e2017-03-03 21:49:29 -050036
Jason Monk377e7ad2016-02-16 14:03:21 -050037 <include android:id="@+id/qs_detail" layout="@layout/qs_detail" />
38
Jason Monk8b9d67f2016-03-02 08:59:08 -050039 <include android:id="@+id/qs_customize" layout="@layout/qs_customize_panel"
40 android:visibility="gone" />
41
Jason Monk46767b72016-08-18 10:58:04 -040042</com.android.systemui.qs.QSContainerImpl>