]> gitweb.fperrin.net Git - Dictionary.git/blob - 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
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:id="@+id/onDeviceHeaderLayout"
4     android:layout_width="match_parent"
5     android:layout_height="wrap_content"
6     android:focusable="false"
7     android:background="@color/gray"
8     android:orientation="horizontal"
9     android:padding="10dip">
10
11     <TextView
12         android:id="@+id/onDeviceTextId"
13         android:layout_width="0dip"
14         android:layout_height="wrap_content"
15         android:layout_weight="1"
16         android:focusable="false"
17         android:text="@string/dictionariesOnDevice"
18         android:textAppearance="?android:attr/textAppearanceLarge" />
19
20 </LinearLayout>