diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 13:35:04 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 14:27:03 -0600 |
commit | 1ba2d488737bdb84847bbbc7cf9038610b1f094b (patch) | |
tree | 0b30e1136dfbe3a367627cf1cc011f1f6d1fe0b3 /res/layout | |
parent | 210b562bd474e7d8c22becf62ea52399f0a6d9f9 (diff) | |
parent | 84d3b5f6967c0bac2a740627386ff92b6e283b16 (diff) |
Merge branch 'feature/back-button-in-configuration-wizard' into develop
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" |