diff options
Diffstat (limited to 'res/layout/act_hostlist.xml')
-rw-r--r-- | res/layout/act_hostlist.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/act_hostlist.xml b/res/layout/act_hostlist.xml index 7c29617..0b655bb 100644 --- a/res/layout/act_hostlist.xml +++ b/res/layout/act_hostlist.xml @@ -59,6 +59,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint="@string/hint_userhost" + android:inputType="textEmailAddress" /> </FrameLayout> |