]> gitweb.fperrin.net Git - Dictionary.git/blob - res/layout/dictionary_manager_header_row_on_device.xml
45776856faa13d17765ab47fd3d62afa9b5ff15a
[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:background="@color/gray"
7     android:orientation="horizontal"
8     android:padding="10dip">
9
10     <TextView
11         android:id="@+id/onDeviceTextId"
12         android:layout_width="0dip"
13         android:layout_height="wrap_content"
14         android:layout_weight="1"
15         android:text="@string/dictionariesOnDevice"
16         android:textAppearance="?android:attr/textAppearanceLarge" />
17
18 </LinearLayout>