From: Thad Hughes Date: Tue, 20 Dec 2011 17:39:14 +0000 (-0800) Subject: UI fixes. X-Git-Url: http://gitweb.fperrin.net/?a=commitdiff_plain;h=bc7752501ee53e0b8816fb1e8302e64e5a08dae4;p=Dictionary.git UI fixes. --- diff --git a/res/layout/dictionary_activity.xml b/res/layout/dictionary_activity.xml index a251c7d..53241e5 100644 --- a/res/layout/dictionary_activity.xml +++ b/res/layout/dictionary_activity.xml @@ -15,8 +15,11 @@ android:hint="@string/searchText" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:imeOptions="actionSearch|flagNoEnterAction|flagNoExtractUi" - android:layout_weight="1.0" android:inputType="text"/> + android:imeOptions="actionSearch|flagNoEnterAction|flagNoExtractUi" + android:layout_weight="1.0" + android:inputType="text"/> + +