blob: 9de46d889616908751b93052d1289b6d3c9e1afe [file] [log] [blame]
Jorim Jaggi4538027d2014-07-30 15:43:13 +02001<?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 -->
16
17<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/system_icons"
Evan Laird058c8ae2018-01-12 14:26:10 -050019 android:layout_width="match_parent"
Jorim Jaggi4538027d2014-07-30 15:43:13 +020020 android:layout_height="match_parent"
21 android:gravity="center_vertical">
22
Evan Laird058c8ae2018-01-12 14:26:10 -050023 <com.android.systemui.statusbar.phone.StatusIconContainer android:id="@+id/statusIcons"
24 android:layout_width="0dp"
25 android:layout_weight="1"
Jorim Jaggi4538027d2014-07-30 15:43:13 +020026 android:layout_height="match_parent"
Evan Laird39ea8102018-05-18 19:49:07 -040027 android:paddingEnd="@dimen/signal_cluster_battery_padding"
Jorim Jaggi4538027d2014-07-30 15:43:13 +020028 android:gravity="center_vertical"
29 android:orientation="horizontal"/>
30
Jorim Jaggi4538027d2014-07-30 15:43:13 +020031 <com.android.systemui.BatteryMeterView android:id="@+id/battery"
Dan Sandler055bb612017-02-08 16:21:49 -080032 android:layout_height="match_parent"
33 android:layout_width="wrap_content"
Evan Lairdd783c8a2018-05-03 17:00:25 -040034 android:clipToPadding="false"
35 android:clipChildren="false" />
Jorim Jaggi4538027d2014-07-30 15:43:13 +020036</LinearLayout>