From d416c2e09d12af01a58c11b2b85399f529fd9ce5 Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Mon, 13 Jul 2015 13:39:32 -0700 Subject: Switch the quick connect entry in the hostlist to a LinearLayout. This fixes a bug in landscape where the input is not visible at all. See http://stackoverflow.com/questions/23982098/android-relativelayout-layout-above-appears-to-behave-incorrectly-with-layout-a. --- res/layout/act_hostlist.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/res/layout/act_hostlist.xml b/res/layout/act_hostlist.xml index 3c6f4b1..3d46068 100644 --- a/res/layout/act_hostlist.xml +++ b/res/layout/act_hostlist.xml @@ -25,8 +25,9 @@ android:layout_height="fill_parent" > - - +