blob: b3b6a0c43a988583b947c6ffacdb0fc63841df58 [file] [log] [blame]
Jason Monkbd6dbb02015-09-03 15:46:25 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
Jason Monk8b9d67f2016-03-02 08:59:08 -050017
Jason Monk0ceef212016-11-02 14:05:23 -040018<!-- Height is 0 because it will be managed by the QS manually -->
Jason Monkbd6dbb02015-09-03 15:46:25 -040019<com.android.systemui.qs.customize.QSCustomizer
20 xmlns:android="http://schemas.android.com/apk/res/android"
21 android:layout_width="match_parent"
Jason Monk8b9d67f2016-03-02 08:59:08 -050022 android:layout_height="0dp"
Evan Laird39254d42018-01-18 16:05:30 -050023 android:elevation="4dp"
Jason Monkbd6dbb02015-09-03 15:46:25 -040024 android:orientation="vertical"
Jason Monkb9c00192015-10-07 11:45:33 -040025 android:background="@drawable/qs_customizer_background"
26 android:gravity="center_horizontal">
Jason Monkbd6dbb02015-09-03 15:46:25 -040027
Jason Monkbd6dbb02015-09-03 15:46:25 -040028</com.android.systemui.qs.customize.QSCustomizer>