blob: dcb8aaf2a6a88851529bbec56eb8e7aa78470602 [file] [log] [blame]
Evan Laird39254d42018-01-18 16:05:30 -05001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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-->
Evan Laird95896952018-01-22 19:30:05 -050016<LinearLayout
Evan Laird39254d42018-01-18 16:05:30 -050017 xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/quick_qs_status_icons"
19 android:layout_width="match_parent"
20 android:layout_height="20dp"
Evan Laird95896952018-01-22 19:30:05 -050021 android:layout_marginTop="8dp"
22 android:layout_marginBottom="14dp"
Amin Shaikh9cac3382018-04-11 17:10:07 -040023 android:layout_marginEnd="@dimen/notification_side_paddings"
Evan Laird39254d42018-01-18 16:05:30 -050024 android:layout_below="@id/quick_status_bar_system_icons"
Amin Shaikh9cac3382018-04-11 17:10:07 -040025 android:paddingEnd="@dimen/status_bar_padding_end" >
Evan Laird39254d42018-01-18 16:05:30 -050026
Evan Laird95896952018-01-22 19:30:05 -050027 <com.android.systemui.statusbar.phone.StatusIconContainer
28 android:id="@+id/statusIcons"
29 android:layout_width="0dp"
30 android:layout_height="match_parent"
31 android:layout_weight="1" />
32
Evan Laird95896952018-01-22 19:30:05 -050033</LinearLayout>