]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/dictionary_manager_activity.xml
UI refinements.
[Dictionary.git] / res / layout / dictionary_manager_activity.xml
index 8d35d50b4f14ec3873605feb3295c12978de4343..a611fc6ec4dec6eb2a30bbc3f9a1bad87bbfaa0f 100644 (file)
@@ -2,41 +2,15 @@
 <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_width="match_parent"
-        android:layout_height="wrap_content" >
-
-        <EditText
-            android:id="@+id/filterText"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:hint="@string/managerFilterText" />
-
-        <CheckBox
-            android:id="@+id/showLocal"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_weight="0"
-            android:text="@string/managerFilterCheckbox" />
-    </LinearLayout>
+    android:orientation="vertical">
 
     <ListView
         android:id="@id/android:list"
         android:layout_width="fill_parent"
-        android:layout_height="0dip"
-        android:layout_weight="1.0"
+        android:layout_height="fill_parent"
         android:choiceMode="singleChoice"
         android:clickable="true"
-        android:focusable="true" />
-
-    <TextView
-        android:id="@+id/DictionaryListHeader"
-        android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
-        android:hint="@string/helpText" />
+        android:focusable="true"
+        android:focusableInTouchMode="true" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>