blob: b8bd552062326930657acfb6ab165b0e99c2e74f [file] [log] [blame]
<?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>