blob: cd3271fa5374a5cf94c2bd442fbb81427a5aa824 [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"
Evan Laird39254d42018-01-18 16:05:30 -050023 android:layout_below="@id/quick_status_bar_system_icons"
24 >
25
Evan Laird95896952018-01-22 19:30:05 -050026 <com.android.systemui.statusbar.phone.StatusIconContainer
27 android:id="@+id/statusIcons"
28 android:layout_width="0dp"
29 android:layout_height="match_parent"
30 android:layout_weight="1" />
31
32 <include layout="@layout/signal_cluster_view"
33 android:layout_width="wrap_content"
34 android:layout_height="match_parent"
35 android:layout_marginStart="@dimen/signal_cluster_margin_start" />
36
37</LinearLayout>