aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/edit_account_dialog.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-05-17 12:10:58 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-05-17 12:10:58 +0200
commita32d95cdd39a62af35df31a2907c3761e1657ef3 (patch)
treebd9be4355b68b3b86a0bb0511754a8ed37a706ab /res/layout/edit_account_dialog.xml
parentcab9b10e356636944075b14f80210e9219b12f9f (diff)
fixed #66
Diffstat (limited to '')
-rw-r--r--res/layout/edit_account_dialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/edit_account_dialog.xml b/res/layout/edit_account_dialog.xml
index 0a86039d..a5733cfe 100644
--- a/res/layout/edit_account_dialog.xml
+++ b/res/layout/edit_account_dialog.xml
@@ -19,7 +19,7 @@
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textEmailAddress"
- android:hint="username@jabber.example.com">
+ android:hint="username@example.com">
</EditText>