]> gitweb.fperrin.net Git - Dictionary.git/blob - res/xml/preferences.xml
go
[Dictionary.git] / res / xml / preferences.xml
1 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">\r
2 \r
3         <EditTextPreference\r
4           android:key="@string/wordListFileKey"\r
5     android:title="@string/wordListFileTitle" \r
6     android:summary="@string/wordListFileSummary"\r
7                 android:defaultValue="@string/wordListFileDefault"\r
8     android:persistent="true"\r
9         />\r
10 \r
11   <CheckBoxPreference \r
12     android:key="@string/saveOnlyFirstSubentryKey"\r
13     android:title="@string/saveOnlyFirstSubentryTitle"\r
14     android:summary="@string/saveOnlyFirstSubentrySummary"\r
15     android:defaultValue="false"\r
16     android:persistent="true"\r
17   />\r
18 \r
19   <CheckBoxPreference \r
20     android:key="@string/showClearSearchTextButtonKey"\r
21     android:title="@string/showClearSearchTextButtonTitle"\r
22     android:summary="@string/showClearSearchTextButtonSummary"\r
23     android:defaultValue="true"\r
24     android:persistent="true"\r
25   />\r
26 \r
27   <ListPreference \r
28     android:key="@string/themeKey"\r
29     android:title="@string/themeTitle"\r
30     android:summary="@string/themeSummary"\r
31     android:persistent="true"\r
32     android:defaultValue=""\r
33     android:entries="@array/themes"\r
34     android:entryValues="@array/themeKeys"\r
35   />\r
36 \r
37 </PreferenceScreen>