From 1508e95d8d0464516eef0fe399265747276fd58c Mon Sep 17 00:00:00 2001
From: pacien
Date: Sun, 10 Jun 2018 23:55:26 +0200
Subject: Add missing input type properties
---
app/src/main/res/layout/dialog_encrypt_decrypt_keys.xml | 3 ++-
app/src/main/res/layout/dialog_network_generate.xml | 6 ++++--
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 @@
android:id="@+id/enc_dec_net_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:hint="@string/field_net_name"/>
+ android:hint="@string/field_net_name"
+ android:inputType="text"/>
+ android:hint="@string/field_net_name"
+ android:inputType="text"/>
+ android:hint="@string/field_node_name"
+ android:inputType="text"/>
+ android:hint="@string/field_net_name"
+ android:inputType="text"/>