]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/xml/preferences.xml
Lots of bug fixes! Workaround for ICS OOM, background loading of which
[Dictionary.git] / res / xml / preferences.xml
old mode 100755 (executable)
new mode 100644 (file)
index 7cf7652..23a7a03
@@ -1,5 +1,14 @@
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">\r
 \r
+  <EditTextPreference\r
+    android:key="@string/quickdicDirectoryKey"\r
+    android:title="@string/quickdicDirectoryTitle" \r
+    android:summary="@string/quickdicDirectorySummary"\r
+    android:defaultValue="@string/quickdicDirectoryDefault"\r
+    android:persistent="true"\r
+  />\r
+\r
+    \r
        <EditTextPreference\r
          android:key="@string/wordListFileKey"\r
     android:title="@string/wordListFileTitle" \r
@@ -8,6 +17,14 @@
     android:persistent="true"\r
        />\r
 \r
+  <EditTextPreference\r
+    android:key="@string/fontSizeKey"\r
+    android:title="@string/fontSizeTitle" \r
+    android:summary="@string/fontSizeSummary"\r
+    android:defaultValue="14"\r
+    android:persistent="true"\r
+  />\r
+\r
   <CheckBoxPreference \r
     android:key="@string/saveOnlyFirstSubentryKey"\r
     android:title="@string/saveOnlyFirstSubentryTitle"\r
     android:persistent="true"\r
   />\r
 \r
+  <CheckBoxPreference \r
+    android:key="@string/clickOpensContextMenuKey"\r
+    android:title="@string/clickOpensContextMenuTitle"\r
+    android:summary="@string/clickOpensContextMenuSummary"\r
+    android:defaultValue="false"\r
+    android:persistent="true"\r
+  />\r
+\r
   <CheckBoxPreference \r
     android:key="@string/showClearSearchTextButtonKey"\r
     android:title="@string/showClearSearchTextButtonTitle"\r
     android:persistent="true"\r
   />\r
 \r
+  <ListPreference \r
+    android:key="@string/themeKey"\r
+    android:title="@string/themeTitle"\r
+    android:summary="@string/themeSummary"\r
+    android:persistent="true"\r
+    android:defaultValue="themeLight"\r
+    android:entries="@array/themes"\r
+    android:entryValues="@array/themeKeys"\r
+  />\r
+\r
 </PreferenceScreen>  
\ No newline at end of file