]> gitweb.fperrin.net Git - Dictionary.git/blob - res/layout/dictionary_manager_header_row_downloadable.xml
Strings.
[Dictionary.git] / res / layout / dictionary_manager_header_row_downloadable.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:tools="http://schemas.android.com/tools"
4     android:id="@+id/onDeviceHeaderLayout"
5     android:layout_width="match_parent"
6     android:layout_height="wrap_content"
7     android:background="@color/gray"
8     android:orientation="horizontal"
9     android:padding="10dip" >
10
11     <LinearLayout
12         android:id="@+id/downloadableHeaderLayout"
13         android:layout_width="match_parent"
14         android:layout_height="wrap_content"
15         android:background="@color/gray"
16         android:orientation="horizontal"
17         android:padding="0dip" >
18
19         <TextView
20             android:id="@+id/downloadableTextId"
21             android:layout_width="0dip"
22             android:layout_height="wrap_content"
23             android:layout_weight="1"
24             android:text="@string/downloadableDictionaries"
25             android:textAppearance="?android:attr/textAppearanceLarge" />
26
27         <ToggleButton
28             android:id="@+id/hideDownloadable"
29             android:layout_width="wrap_content"
30             android:layout_height="wrap_content"
31             android:layout_weight="0"
32             android:textOff="@string/managerHide"
33             android:textOn="@string/managerShow" />
34     </LinearLayout>
35
36 </LinearLayout>