diff -r ec8af0e3fbc2 -r bcc778a42b8c res/layout/activity_authenticator.xml
--- a/res/layout/activity_authenticator.xml Tue Feb 10 22:40:00 2015 +0100
+++ b/res/layout/activity_authenticator.xml Tue Feb 10 22:48:00 2015 +0100
@@ -45,9 +45,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/prompt_user"
- android:inputType="text"
android:maxLines="1"
- android:singleLine="true" />
+ android:singleLine="true"
+ android:inputType="text|textEmailAddress"
+ />
+
+
+