aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_hostlist.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/act_hostlist.xml')
-rw-r--r--res/layout/act_hostlist.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/act_hostlist.xml b/res/layout/act_hostlist.xml
index e9960c9..3e47809 100644
--- a/res/layout/act_hostlist.xml
+++ b/res/layout/act_hostlist.xml
@@ -34,12 +34,13 @@
<EditText
android:id="@+id/front_quickconnect"
- android:singleLine="true"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:hint="@string/hint_userhost"
+ android:hint="username@hostname:port"
android:layout_toRightOf="@+id/transport_selection"
android:layout_alignTop="@+id/transport_selection"
+ android:inputType="textEmailAddress"
+ android:layout_alignBottom="@+id/transport_selection"
/>
<ListView