diff options
Diffstat (limited to 'res/xml/bandwidth_preferences.xml')
-rw-r--r-- | res/xml/bandwidth_preferences.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/res/xml/bandwidth_preferences.xml b/res/xml/bandwidth_preferences.xml index 0767ac5..8a31304 100644 --- a/res/xml/bandwidth_preferences.xml +++ b/res/xml/bandwidth_preferences.xml @@ -16,11 +16,14 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <CheckBoxPreference - android:key="preload_enabled" + <ListPreference + android:key="preload_when" android:title="@string/pref_data_preload_title" android:summary="@string/pref_data_preload_summary" - android:defaultValue="false" /> + android:defaultValue="@string/pref_data_preload_value_wifi_only" + android:entries="@array/pref_data_preload_choices" + android:entryValues="@array/pref_data_preload_values" + android:dialogTitle="@string/pref_data_preload_dialogtitle" /> <CheckBoxPreference android:key="load_images" |