xref: /aosp_15_r20/development/samples/WiFiDirectDemo/res/layout-large/main.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*90c8c64dSAndroid Build Coastguard Worker<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3*90c8c64dSAndroid Build Coastguard Worker    android:orientation="vertical" android:layout_width="fill_parent"
4*90c8c64dSAndroid Build Coastguard Worker    android:layout_height="fill_parent">
5*90c8c64dSAndroid Build Coastguard Worker    <LinearLayout android:layout_width="match_parent" android:id="@+id/linearLayout1"
6*90c8c64dSAndroid Build Coastguard Worker        android:layout_height="fill_parent" android:orientation="horizontal">
7*90c8c64dSAndroid Build Coastguard Worker        <fragment class="com.example.android.wifidirect.DeviceListFragment"
8*90c8c64dSAndroid Build Coastguard Worker            android:id="@+id/frag_list" android:layout_width="@dimen/tablet_list_width"
9*90c8c64dSAndroid Build Coastguard Worker            android:layout_height="match_parent">
10*90c8c64dSAndroid Build Coastguard Worker            <!-- Preview: layout=@layout/row_devices -->
11*90c8c64dSAndroid Build Coastguard Worker        </fragment>
12*90c8c64dSAndroid Build Coastguard Worker        <fragment class="com.example.android.wifidirect.DeviceDetailFragment"
13*90c8c64dSAndroid Build Coastguard Worker            android:id="@+id/frag_detail" android:layout_width="match_parent"
14*90c8c64dSAndroid Build Coastguard Worker            android:layout_height="match_parent">
15*90c8c64dSAndroid Build Coastguard Worker            <!-- Preview: layout=@layout/device_detail -->
16*90c8c64dSAndroid Build Coastguard Worker        </fragment>
17*90c8c64dSAndroid Build Coastguard Worker    </LinearLayout>
18*90c8c64dSAndroid Build Coastguard Worker</LinearLayout>
19