blob: 7142929bab644870c8d5332d386a37298d4619ea [file] [log] [blame]
Daniel Sandlera310af82012-04-24 01:20:13 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3**
wilsonshihe8321942019-10-18 18:39:46 +08004** Copyright 2020, The Android Open Source Project
Daniel Sandlera310af82012-04-24 01:20:13 -04005**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19
wilsonshihe8321942019-10-18 18:39:46 +080020<!-- This is the status bar window. -->
Daniel Sandlerc4f2a562012-05-04 11:55:46 -040021<com.android.systemui.statusbar.phone.StatusBarWindowView
Daniel Sandlera310af82012-04-24 01:20:13 -040022 xmlns:android="http://schemas.android.com/apk/res/android"
Adrian Roos2f2bd9a2015-06-04 18:11:14 -070023 xmlns:sysui="http://schemas.android.com/apk/res-auto"
Jorim Jaggi5cf17872014-03-26 18:31:48 +010024 android:layout_width="match_parent"
25 android:layout_height="match_parent"
Jim Miller959ea562015-02-11 19:51:05 -080026 android:fitsSystemWindows="true">
Daniel Sandlera310af82012-04-24 01:20:13 -040027
Jason Monkaa573e92017-01-27 17:00:29 -050028 <FrameLayout
29 android:id="@+id/status_bar_container"
Daniel Sandlera310af82012-04-24 01:20:13 -040030 android:layout_width="match_parent"
Beverlyf937f292020-02-20 13:45:36 -050031 android:layout_height="wrap_content"
32 android:background="@drawable/system_bar_background" />
Daniel Sandlerc4f2a562012-05-04 11:55:46 -040033</com.android.systemui.statusbar.phone.StatusBarWindowView>