xref: /aosp_15_r20/development/samples/WiFiDirectServiceDiscovery/res/layout/main.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*90c8c64dSAndroid Build Coastguard Worker<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3*90c8c64dSAndroid Build Coastguard Worker    android:layout_width="fill_parent"
4*90c8c64dSAndroid Build Coastguard Worker    android:layout_height="fill_parent"
5*90c8c64dSAndroid Build Coastguard Worker    android:orientation="vertical" >
6*90c8c64dSAndroid Build Coastguard Worker
7*90c8c64dSAndroid Build Coastguard Worker    <LinearLayout
8*90c8c64dSAndroid Build Coastguard Worker        xmlns:android="http://schemas.android.com/apk/res/android"
9*90c8c64dSAndroid Build Coastguard Worker        android:id="@+id/container_root"
10*90c8c64dSAndroid Build Coastguard Worker        android:layout_width="fill_parent"
11*90c8c64dSAndroid Build Coastguard Worker        android:layout_height="fill_parent"
12*90c8c64dSAndroid Build Coastguard Worker        android:layout_gravity="top"
13*90c8c64dSAndroid Build Coastguard Worker        android:orientation="vertical" />
14*90c8c64dSAndroid Build Coastguard Worker
15*90c8c64dSAndroid Build Coastguard Worker    <TextView
16*90c8c64dSAndroid Build Coastguard Worker        android:id="@+id/status_text"
17*90c8c64dSAndroid Build Coastguard Worker        android:layout_width="wrap_content"
18*90c8c64dSAndroid Build Coastguard Worker        android:layout_height="wrap_content"
19*90c8c64dSAndroid Build Coastguard Worker        android:layout_gravity="bottom" >
20*90c8c64dSAndroid Build Coastguard Worker    </TextView>
21*90c8c64dSAndroid Build Coastguard Worker
22*90c8c64dSAndroid Build Coastguard Worker</FrameLayout>