1.1 --- a/res/layout/activity_authenticator.xml Tue Feb 10 22:40:00 2015 +0100 1.2 +++ b/res/layout/activity_authenticator.xml Tue Feb 10 22:48:00 2015 +0100 1.3 @@ -45,9 +45,10 @@ 1.4 android:layout_width="match_parent" 1.5 android:layout_height="wrap_content" 1.6 android:hint="@string/prompt_user" 1.7 - android:inputType="text" 1.8 android:maxLines="1" 1.9 - android:singleLine="true" /> 1.10 + android:singleLine="true" 1.11 + android:inputType="text|textEmailAddress" 1.12 + /> 1.13 1.14 <EditText 1.15 android:id="@+id/password" 1.16 @@ -61,6 +62,14 @@ 1.17 android:maxLines="1" 1.18 android:singleLine="true" /> 1.19 1.20 + 1.21 + <CheckBox 1.22 + android:layout_width="wrap_content" 1.23 + android:layout_height="wrap_content" 1.24 + android:text="Display Password" 1.25 + android:id="@+id/showPassword" 1.26 + android:checked="false" /> 1.27 + 1.28 <EditText 1.29 android:id="@+id/url" 1.30 android:layout_width="match_parent"