From: kenstir Date: Tue, 31 Dec 2013 02:30:51 +0000 (-0500) Subject: Fixed searching in landscape mode. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2b5b8b043a1d6f56102b949bccfcb507de36336f;p=working%2FEvergreen.git Fixed searching in landscape mode. --- 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 +