aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2014-08-23 19:35:59 +0200
committerzeapo <mohamed@zenadi.com>2014-08-23 19:35:59 +0200
commit9784af6d66fc88651f260f084e28ddee42ea8cab (patch)
tree496cc44c06344641436725ed6c2f37a0f802043b /app/src/main/res
parentc7d541c1976b6e77627a7fe73a4707fd7900eadd (diff)
avoid eternal looping when selecting an openpgp provider
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preference.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 849be86a..97214ceb 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -22,7 +22,8 @@
<EditTextPreference android:title="Set your OpenPGP account"
android:hint="mail@somewhere.tld"
- android:key="openpgp_account_name"/>
+ android:key="openpgp_account_name"
+ android:inputType="textEmailAddress"/>
<Preference
android:title="Select OpenPGP Key id"