aboutsummaryrefslogtreecommitdiffstats
path: root/samples/profiles/res/layout/main.xml
blob: ea0ac53763c6ddd63bbceee9f06d2e1a56eac044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:orientation="vertical"
              android:layout_width="fill_parent"
              android:layout_height="fill_parent"
              android:gravity="center_horizontal"
        >
    <Button
            android:id="@+id/create_bluetooth_on_wifi_trigger_connect"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/bluetooth_on_wifi_trigger"/>

    <TextView
        android:id="@+id/create_bt_on_wifi_status"
        android:layout_width="match_parent"
        android:layout_height="300dp" />
</LinearLayout>