xref: /aosp_15_r20/development/samples/VirtualDeviceManager/host/res/layout/status_bar.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<?xml version="1.0" encoding="utf-8"?>
2<com.example.android.vdmdemo.host.StatusBar xmlns:android="http://schemas.android.com/apk/res/android"
3    android:theme="@style/SysUiTheme"
4    android:layout_width="match_parent"
5    android:layout_height="match_parent"
6    android:orientation="horizontal"
7    android:gravity="center">
8
9    <TextView
10        android:id="@+id/clock"
11        android:layout_width="wrap_content"
12        android:layout_height="wrap_content"
13        android:textSize="24sp"/>
14
15</com.example.android.vdmdemo.host.StatusBar>
16