diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/data_saving_mode_preferences.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/app/src/main/res/xml/data_saving_mode_preferences.xml b/app/src/main/res/xml/data_saving_mode_preferences.xml index f120afe5..e635f2db 100644 --- a/app/src/main/res/xml/data_saving_mode_preferences.xml +++ b/app/src/main/res/xml/data_saving_mode_preferences.xml @@ -2,6 +2,11 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> + <Preference + app:icon="@drawable/ic_info_preference_24dp" + app:summary="@string/settings_data_saving_mode_info_summary" + app:enabled="false" /> + <ListPreference app:defaultValue="0" app:key="data_saving_mode" @@ -10,9 +15,9 @@ app:entryValues="@array/settings_data_saving_mode_values" app:useSimpleSummaryProvider="true" /> - <Preference - app:icon="@drawable/ic_info_preference_24dp" - app:summary="@string/settings_data_saving_mode_info_summary" - app:enabled="false" /> + <SwitchPreference + app:defaultValue="false" + app:key="disable_image_preview" + android:title="@string/settings_disable_image_preview_title" /> </PreferenceScreen>
\ No newline at end of file |