Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / android / CHIPTool / app / src / main / res / layout / root_fragment.xml
1 <LinearLayout xmlns:app="http://schemas.android.com/apk/res-auto"
2     xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent">
6
7     <Button
8         android:id="@+id/scan_qr_button"
9         android:layout_height="wrap_content"
10         android:layout_width="wrap_content"
11         android:layout_marginTop="20dp"
12         android:text="Scan QR Code" />
13
14     <Button
15         android:id="@+id/commissioning_button"
16         android:layout_width="wrap_content"
17         android:layout_height="wrap_content"
18         android:layout_marginTop="20dp"
19         android:text="Commissioning" />
20     <Button
21         android:id="@+id/echo_client_button"
22         android:layout_height="wrap_content"
23         android:layout_width="wrap_content"
24         android:layout_marginTop="20dp"
25         android:text="Echo Client" />
26
27     <Button
28         android:id="@+id/on_off_cluster_button"
29         android:layout_height="wrap_content"
30         android:layout_width="wrap_content"
31         android:layout_marginTop="20dp"
32         android:text="Light On/Off Cluster" />
33 </LinearLayout>