aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml')
-rw-r--r--app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml b/app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml
index af9e187..d86734b 100644
--- a/app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml
+++ b/app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml
@@ -11,7 +11,8 @@
11 android:id="@+id/enc_dec_net_name" 11 android:id="@+id/enc_dec_net_name"
12 android:layout_width="match_parent" 12 android:layout_width="match_parent"
13 android:layout_height="wrap_content" 13 android:layout_height="wrap_content"
14 android:hint="@string/field_net_name"/> 14 android:hint="@string/field_net_name"
15 android:inputType="text"/>
15 16
16 <EditText 17 <EditText
17 android:id="@+id/enc_dec_current_passphrase" 18 android:id="@+id/enc_dec_current_passphrase"