EnigmAndroid/app/src/main/res/layout/dialog_passphrase.xml

13 lines
427 B
XML

<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="5dp"
android:paddingEnd="5dp">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/hint_configuration"
android:id="@+id/passphrase"/>
</LinearLayout>