# HG changeset patch # User Michael Schloh von Bennewitz # Date 1423604880 -3600 # Node ID bcc778a42b8c1f40dc7df83a6b13ca7816dd2288 # Parent ec8af0e3fbc23f67ddc3304cd646bc70aded4ba7 Merge https://github.com/gggard/AndroidCaldavSyncAdapater/pull/211/ 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" + /> + + +