From 2b5b8b043a1d6f56102b949bccfcb507de36336f Mon Sep 17 00:00:00 2001 From: kenstir Date: Mon, 30 Dec 2013 21:30:51 -0500 Subject: [PATCH] Fixed searching in landscape mode. --- .../core/res/layout-land/search_result_list.xml | 81 ++++++++++------------ .../Android/core/res/layout/search_result_list.xml | 4 +- 2 files changed, 38 insertions(+), 47 deletions(-) diff --git a/Open-ILS/src/Android/core/res/layout-land/search_result_list.xml b/Open-ILS/src/Android/core/res/layout-land/search_result_list.xml index ebf6b64bec..7131040b6d 100644 --- a/Open-ILS/src/Android/core/res/layout-land/search_result_list.xml +++ b/Open-ILS/src/Android/core/res/layout-land/search_result_list.xml @@ -5,60 +5,52 @@ android:background="@color/background" > - + android:padding="4dp" + android:focusable="true" + android:focusableInTouchMode="true" + android:layout_below="@id/action_bar_home_button"> - + android:hint="@string/search_hint" + android:singleLine="true" + android:layout_weight="1"/> - + - + - + android:layout_gravity="center_horizontal" + android:layout_weight="1"/> - - - - - + - + + + - - - \ No newline at end of file + -- 2.11.0