]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/xml/preferences.xml
Add preference for number of search history entries.
[Dictionary.git] / res / xml / preferences.xml
index 997bc95c8702d167ce53a277513f538c1e648e01..2d6f51264b89d76c947f48622f8cd25934437888 100644 (file)
@@ -29,7 +29,7 @@
     android:title="@string/fontTitle"\r
     android:summary="@string/fontSummary"\r
     android:persistent="true"\r
-    android:defaultValue="FreeSerif.ttf.jpg"\r
+    android:defaultValue="FreeSerif.otf.jpg"\r
     android:entries="@array/fonts"\r
     android:entryValues="@array/fontKeys"\r
   />\r
     android:entryValues="@array/themeKeys"\r
   />\r
 \r
-</PreferenceScreen>  
\ No newline at end of file
+  <EditTextPreference\r
+    android:key="@string/historySizeKey"\r
+    android:title="@string/historySizeTitle"\r
+    android:summary="@string/historySizeSummary"\r
+    android:defaultValue="10"\r
+    android:persistent="true"\r
+  />\r
+\r
+</PreferenceScreen>  \r