]> gitweb.fperrin.net Git - Dictionary.git/blob - res/layout/dictionary_manager_header_row_downloadable.xml
Allow to escape only unicode chars
[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     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     <LinearLayout
11         android:id="@+id/downloadableHeaderLayout"
12         android:layout_width="match_parent"
13         android:layout_height="wrap_content"
14         android:background="@color/gray"
15         android:orientation="horizontal"
16         android:padding="0dip" >
17
18         <TextView
19             android:id="@+id/downloadableTextId"
20             android:layout_width="0dip"
21             android:layout_height="wrap_content"
22             android:layout_weight="1"
23             android:text="@string/downloadableDictionaries"
24             android:textAppearance="?android:attr/textAppearanceLarge" />
25
26         <ToggleButton
27             android:id="@+id/hideDownloadable"
28             android:layout_width="wrap_content"
29             android:layout_height="wrap_content"
30             android:layout_weight="0"
31             android:textOff="@string/managerHide"
32             android:textOn="@string/managerShow" />
33     </LinearLayout>
34
35 </LinearLayout>