diff options
author | Parménides GV <parmegv@sdf.org> | 2013-07-02 19:20:58 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 14:26:29 -0600 |
commit | 99a4d94564635f0223d447bc9bcf081cadd8ff36 (patch) | |
tree | 1beba3aeacae1e2e278a5bbaffa3cf44ce527154 /res/layout | |
parent | 210b562bd474e7d8c22becf62ea52399f0a6d9f9 (diff) |
User messages are added to the new recovery dialog
When login is not successful, a new recovery dialog is prompted with a
message about the previous error.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/log_in_dialog.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/log_in_dialog.xml b/res/layout/log_in_dialog.xml index 6f28118d..4c9fdbad 100644 --- a/res/layout/log_in_dialog.xml +++ b/res/layout/log_in_dialog.xml @@ -6,6 +6,13 @@ android:orientation="vertical" tools:context=".LogInDialog" > + <TextView + android:id="@+id/user_message" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:gravity="center" + android:textAppearance="?android:attr/textAppearanceMedium" /> + <EditText android:id="@+id/username_entered" android:layout_width="match_parent" |