res/layout/activity_authenticator.xml

changeset 9
bcc778a42b8c
parent 8
ec8af0e3fbc2
equal deleted inserted replaced
1:5aaea12f333c 2:adfc1d72a5df
43 <EditText 43 <EditText
44 android:id="@+id/user" 44 android:id="@+id/user"
45 android:layout_width="match_parent" 45 android:layout_width="match_parent"
46 android:layout_height="wrap_content" 46 android:layout_height="wrap_content"
47 android:hint="@string/prompt_user" 47 android:hint="@string/prompt_user"
48 android:inputType="text"
49 android:maxLines="1" 48 android:maxLines="1"
50 android:singleLine="true" /> 49 android:singleLine="true"
50 android:inputType="text|textEmailAddress"
51 />
51 52
52 <EditText 53 <EditText
53 android:id="@+id/password" 54 android:id="@+id/password"
54 android:layout_width="match_parent" 55 android:layout_width="match_parent"
55 android:layout_height="wrap_content" 56 android:layout_height="wrap_content"
58 android:imeActionLabel="@string/action_sign_in_short" 59 android:imeActionLabel="@string/action_sign_in_short"
59 android:imeOptions="actionUnspecified" 60 android:imeOptions="actionUnspecified"
60 android:inputType="textPassword" 61 android:inputType="textPassword"
61 android:maxLines="1" 62 android:maxLines="1"
62 android:singleLine="true" /> 63 android:singleLine="true" />
64
65
66 <CheckBox
67 android:layout_width="wrap_content"
68 android:layout_height="wrap_content"
69 android:text="Display Password"
70 android:id="@+id/showPassword"
71 android:checked="false" />
63 72
64 <EditText 73 <EditText
65 android:id="@+id/url" 74 android:id="@+id/url"
66 android:layout_width="match_parent" 75 android:layout_width="match_parent"
67 android:layout_height="wrap_content" 76 android:layout_height="wrap_content"

mercurial