summaryrefslogtreecommitdiffstats
path: root/remoting/resources/layout/pin_dialog.xml
blob: b8bd552062326930657acfb6ab165b0e99c2e74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical"
        android:layout_height="wrap_content"
        android:layout_width="fill_parent">
    <EditText android:id="@+id/pin_dialog_text"
            android:inputType="numberPassword"
            android:imeOptions="actionDone"
            android:layout_height="wrap_content"
            android:layout_width="fill_parent"/>
    <CheckBox android:id="@+id/pin_dialog_check"
            android:text="@string/pin_entry_pair"
            android:layout_height="wrap_content"
            android:layout_width="fill_parent"/>
</LinearLayout>