]> 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 45776856faa13d17765ab47fd3d62afa9b5ff15a..35ba68edc68bae3db8c206c1571c680c7be409ee 100644 (file)
@@ -3,6 +3,7 @@
     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">
@@ -12,7 +13,8 @@
         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>