diff options
author | Parménides GV <parmegv@sdf.org> | 2013-08-14 12:15:42 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-10-03 16:50:04 -0700 |
commit | 37bb23c5549ffe690f65b1c04cf432bd3153bf04 (patch) | |
tree | cb221b9304905e25695c59be60f0eeb62fe25a36 /res/layout/log_in_dialog.xml | |
parent | 697e7da6e1379ac23cd8dbb47a1246547abafda6 (diff) |
Login dialog requires username.
I've also changed the way we notify that the password should have 8
characters at least, to make it consistent to the way we notify username
is required.
Diffstat (limited to 'res/layout/log_in_dialog.xml')
-rw-r--r-- | res/layout/log_in_dialog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/log_in_dialog.xml b/res/layout/log_in_dialog.xml index 4c9fdbad..3a9eebb8 100644 --- a/res/layout/log_in_dialog.xml +++ b/res/layout/log_in_dialog.xml @@ -22,7 +22,7 @@ android:layout_marginRight="4dp" android:layout_marginTop="16dp" android:ems="10" - android:hint="@string/username_ask" + android:hint="@string/username_hint" android:inputType="textUri" > <requestFocus /> @@ -33,7 +33,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" - android:hint="@string/password_ask" + android:hint="@string/password_hint" android:inputType="textPassword" /> </LinearLayout>
\ No newline at end of file |