diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/dialog_network_generate.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/layout/dialog_network_join.xml | 3 |
3 files changed, 8 insertions, 4 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" |
diff --git a/app/src/main/res/layout/dialog_network_generate.xml b/app/src/main/res/layout/dialog_network_generate.xml index 10fae65..9e0aabd 100644 --- a/app/src/main/res/layout/dialog_network_generate.xml +++ b/app/src/main/res/layout/dialog_network_generate.xml | |||
@@ -11,13 +11,15 @@ | |||
11 | android:id="@+id/new_net_name" | 11 | android:id="@+id/new_net_name" |
12 | android:layout_width="match_parent" | 12 | android:layout_width="match_parent" |
13 | android:layout_height="match_parent" | 13 | android:layout_height="match_parent" |
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/new_node_name" | 18 | android:id="@+id/new_node_name" |
18 | android:layout_width="match_parent" | 19 | android:layout_width="match_parent" |
19 | android:layout_height="match_parent" | 20 | android:layout_height="match_parent" |
20 | android:hint="@string/field_node_name"/> | 21 | android:hint="@string/field_node_name" |
22 | android:inputType="text"/> | ||
21 | 23 | ||
22 | <EditText | 24 | <EditText |
23 | android:id="@+id/new_passphrase" | 25 | android:id="@+id/new_passphrase" |
diff --git a/app/src/main/res/layout/dialog_network_join.xml b/app/src/main/res/layout/dialog_network_join.xml index e2a5d1c..9e7f67e 100644 --- a/app/src/main/res/layout/dialog_network_join.xml +++ b/app/src/main/res/layout/dialog_network_join.xml | |||
@@ -11,7 +11,8 @@ | |||
11 | android:id="@+id/net_name" | 11 | android:id="@+id/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 | <LinearLayout | 17 | <LinearLayout |
17 | android:layout_width="match_parent" | 18 | android:layout_width="match_parent" |