aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml/settings.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-07-07 09:56:40 -0700
committerScott Jackson <daneren2005@gmail.com>2012-07-07 09:56:40 -0700
commit09d9a8e128640ebea9943824df9274ddb1dda71e (patch)
tree8c093204f55aba933f7947f2a6ed208c2d7a2ca4 /subsonic-android/res/xml/settings.xml
parent62e662803c2c59bffb60d43695821ab7af980487 (diff)
downloaddsub-09d9a8e128640ebea9943824df9274ddb1dda71e.tar.gz
dsub-09d9a8e128640ebea9943824df9274ddb1dda71e.tar.bz2
dsub-09d9a8e128640ebea9943824df9274ddb1dda71e.zip
User defined cache size
Diffstat (limited to 'subsonic-android/res/xml/settings.xml')
-rw-r--r--subsonic-android/res/xml/settings.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index 427826ac..4e4cd7dd 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -143,12 +143,11 @@
<PreferenceCategory
android:title="@string/settings.cache_title">
- <ListPreference
+ <EditTextPreference
android:title="@string/settings.cache_size"
android:key="cacheSize"
android:defaultValue="500"
- android:entryValues="@array/cacheSizeValues"
- android:entries="@array/cacheSizeNames"/>
+ android:digits="0123456789"/>
<EditTextPreference
android:title="@string/settings.cache_location"