]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/dictionary_manager_activity.xml
Using new chemnitz dictionary.
[Dictionary.git] / res / layout / dictionary_manager_activity.xml
index 5fc34ce2512c9dfada1351e9af99cbde4a19943f..0bdc6b85df5fe0d4274887b3410bd790f38d94d4 100644 (file)
@@ -1,10 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-
-<LinearLayout 
-       xmlns:android="http://schemas.android.com/apk/res/android"
-       android:orientation="vertical" 
- android:layout_width="fill_parent"
-       android:layout_height="fill_parent">
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:orientation="vertical" >
 
     <LinearLayout
         android:id="@+id/linearLayout1"
             android:layout_height="wrap_content"
             android:layout_weight="0"
             android:text="@string/managerFilterCheckbox" />
-
     </LinearLayout>
 
-       <ListView 
-               android:id="@id/android:list" 
-               android:layout_width="fill_parent"
-               android:layout_height="0dip" 
-               android:choiceMode="singleChoice"
-               android:clickable="true" 
-               android:focusable="true"
-    android:layout_weight="1.0"
-    />
-
-   <EditText 
-     android:id="@+id/DictionaryListHeader"
-     android:hint="@string/helpText"
-     android:layout_width="fill_parent"
-     android:layout_height="wrap_content" 
-     android:imeOptions="actionSearch|flagNoEnterAction|flagNoExtractUi"
-     android:inputType="text"/>
-
-</LinearLayout>
+    <ListView
+        android:id="@id/android:list"
+        android:layout_width="fill_parent"
+        android:layout_height="0dip"
+        android:layout_weight="1.0"
+        android:choiceMode="singleChoice"
+        android:clickable="true"
+        android:fastScrollEnabled="true"
+        android:focusable="true" />
+
+    <TextView
+        android:id="@+id/DictionaryListHeader"
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:hint="@string/helpText" />
+
+</LinearLayout>
\ No newline at end of file