Add support for Passphrase-Begin in PassphraseDialog

This commit is contained in:
Vincent Breitmoser
2018-04-13 21:03:07 +02:00
parent a140797da7
commit 079305c375
3 changed files with 39 additions and 12 deletions

View File

@@ -13,11 +13,12 @@
android:layout_height="wrap_content"
android:orientation="horizontal">
<EditText
<org.sufficientlysecure.keychain.ui.widget.PrefixedEditText
android:id="@+id/transfer_code_block_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="1234"
tools:prefix="12"
tools:hint="34"
style="@style/TransferCodeText"
/>