Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / android / CHIPTool / app / src / main / res / layout / select_action_fragment.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical" android:layout_width="match_parent"
4     android:layout_height="match_parent">
5
6     <Button
7         android:id="@+id/scanQrBtn"
8         android:layout_height="wrap_content"
9         android:layout_width="wrap_content"
10         android:layout_marginStart="8dp"
11         android:layout_marginTop="8dp"
12         android:text="@string/scan_qr_code_btn_text" />
13
14     <Button
15         android:id="@+id/provisionWifiCredentialsBtn"
16         android:layout_height="wrap_content"
17         android:layout_width="wrap_content"
18         android:layout_marginStart="8dp"
19         android:layout_marginTop="8dp"
20         android:text="@string/provision_wifi_credentials_btn_text" />
21
22     <Button
23         android:id="@+id/provisionThreadCredentialsBtn"
24         android:layout_height="wrap_content"
25         android:layout_width="wrap_content"
26         android:layout_marginStart="8dp"
27         android:layout_marginTop="8dp"
28         android:text="@string/provision_thread_credentials_btn_text" />
29
30     <Button
31         android:id="@+id/otCommissioningBtn"
32         android:layout_width="wrap_content"
33         android:layout_height="wrap_content"
34         android:layout_marginStart="8dp"
35         android:layout_marginTop="8dp"
36         android:text="@string/commissioner_openthread_commissioning" />
37
38     <Button
39         android:id="@+id/echoClientBtn"
40         android:layout_height="wrap_content"
41         android:layout_width="wrap_content"
42         android:layout_marginStart="8dp"
43         android:layout_marginTop="8dp"
44         android:text="@string/echo_client_btn_text" />
45
46     <Button
47         android:id="@+id/onOffClusterBtn"
48         android:layout_height="wrap_content"
49         android:layout_width="wrap_content"
50         android:layout_marginStart="8dp"
51         android:layout_marginTop="8dp"
52         android:text="@string/on_off_level_btn_text" />
53
54     <Button
55         android:id="@+id/attestationTestBtn"
56         android:layout_height="wrap_content"
57         android:layout_width="wrap_content"
58         android:layout_marginStart="8dp"
59         android:layout_marginTop="8dp"
60         android:visibility="gone"
61         android:text="@string/attestation_test_btn_text" />
62
63 </LinearLayout>