Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / android / CHIPTool / app / src / main / res / layout / commissioner_network_password_dialog.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout 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   <EditText
8       android:id="@+id/network_password"
9       android:inputType="textPassword"
10       android:layout_width="match_parent"
11       android:layout_height="wrap_content"
12       android:layout_marginTop="4dp"
13       android:layout_marginLeft="4dp"
14       android:layout_marginRight="4dp"
15       android:layout_marginBottom="16dp"
16       android:hint="@string/commissioner_password"/>
17 </LinearLayout>