]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/list_activity.xml
Long-press on lang button shows list.
[Dictionary.git] / res / layout / list_activity.xml
index e807ca1be9e4a048c171b30f2e3dc85254a971ac..0957b5e7a9b5be418a7f2a8d72addbd278e6842d 100644 (file)
     android:layout_weight="1.0"
     />
 
-  <LinearLayout 
-    android:id="@+id/LinearLayout01"
-    android:layout_width="fill_parent"
-    android:layout_height="wrap_content">
-      <TextView 
-        android:id="@+id/DictionaryListHeader"
-        android:hint="@string/selectADictionary"
-        android:layout_width="0dip"
-        android:layout_height="wrap_content" 
-        android:imeOptions="actionSearch|flagNoEnterAction|flagNoExtractUi"
-        android:inputType="text"/>
-  </LinearLayout>
+   <TextView 
+     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>