diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 3 |
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" |