aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/act_hostlist.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-15 13:48:05 -0700
committerKenny Root <kenny@the-b.org>2015-07-15 13:48:50 -0700
commit0703c9a0a5a0124dec6bb4c8ab6fa95290214051 (patch)
tree63c35d42e471f299f7040ecd564544e1643b0196 /app/src/main/res/layout/act_hostlist.xml
parent00f1b72db97a554432a2d04520ca52a402ffa910 (diff)
parent3627d32b8fb41647a9bce7edbd2579a3e1ad1448 (diff)
downloadconnectbot-0703c9a0a5a0124dec6bb4c8ab6fa95290214051.tar.gz
connectbot-0703c9a0a5a0124dec6bb4c8ab6fa95290214051.tar.bz2
connectbot-0703c9a0a5a0124dec6bb4c8ab6fa95290214051.zip
Merge branch 'master' into gradle-conversion
Diffstat (limited to 'app/src/main/res/layout/act_hostlist.xml')
-rw-r--r--app/src/main/res/layout/act_hostlist.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/src/main/res/layout/act_hostlist.xml b/app/src/main/res/layout/act_hostlist.xml
index 3c6f4b1..3d46068 100644
--- a/app/src/main/res/layout/act_hostlist.xml
+++ b/app/src/main/res/layout/act_hostlist.xml
@@ -25,8 +25,9 @@
android:layout_height="fill_parent"
>
- <RelativeLayout
+ <LinearLayout
android:id="@+id/quickconnect"
+ android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
@@ -37,7 +38,6 @@
android:id="@+id/transport_selection"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:layout_alignParentLeft="true"
/>
<EditText
@@ -45,14 +45,12 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="username@hostname:port"
- android:layout_toRightOf="@+id/transport_selection"
- android:layout_alignBaseline="@+id/transport_selection"
android:inputType="textEmailAddress"
android:maxLines="1"
android:ellipsize="end"
android:focusableInTouchMode="true"
android:singleLine="true"/>
- </RelativeLayout>
+ </LinearLayout>
<ListView