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