]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/dictionary_manager_header_row_on_device.xml
Some improvements to keyboard navigation.
[Dictionary.git] / res / layout / dictionary_manager_header_row_on_device.xml
index eb60d4e6a9f80c1981c544ca37b035f9d05c863d..35ba68edc68bae3db8c206c1571c680c7be409ee 100644 (file)
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
-<LinearLayout
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/onDeviceHeaderLayout"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
+    android:focusable="false"
     android:background="@color/gray"
     android:orientation="horizontal"
-    android:padding="10dip" >
+    android:padding="10dip">
 
     <TextView
         android:id="@+id/onDeviceTextId"
         android:layout_width="0dip"
         android:layout_height="wrap_content"
         android:layout_weight="1"
+        android:focusable="false"
         android:text="@string/dictionariesOnDevice"
         android:textAppearance="?android:attr/textAppearanceLarge" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>