<?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="match_parent"> <EditText android:id="@+id/pin_dialog_text" android:inputType="numberPassword" android:imeOptions="actionDone" android:layout_height="wrap_content" android:layout_width="match_parent"/> <CheckBox android:id="@+id/pin_dialog_check" android:text="@string/pin_entry_pair" android:layout_height="wrap_content" android:layout_width="match_parent"/> </LinearLayout>