aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_hostlist.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-15 18:04:20 +0000
committerKenny Root <kenny@the-b.org>2009-06-15 18:04:20 +0000
commita477004c678e5c583c57b7c450bd06f7555a44fa (patch)
tree5cd0d2f3f45bbac03b46e548b2249d10973defee /res/layout/act_hostlist.xml
parent0d7746cfa924e42cb360f022013d088d43cb5ba6 (diff)
downloadconnectbot-a477004c678e5c583c57b7c450bd06f7555a44fa.tar.gz
connectbot-a477004c678e5c583c57b7c450bd06f7555a44fa.tar.bz2
connectbot-a477004c678e5c583c57b7c450bd06f7555a44fa.zip
Add hints for transport destination formats (username@hostname, etc)
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@300 df292f66-193f-0410-a5fc-6d59da041ff2
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