aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/xml/data_saving_mode_preferences.xml
blob: 1f66892f1cb2c6e9e7f7c646f1c3edde4a07e137 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                            
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <ListPreference
        app:defaultValue="0"
        app:key="data_saving_mode"
        android:title="@string/settings_data_saving_mode"
        app:entries="@array/settings_data_saving_mode"
        app:entryValues="@array/settings_data_saving_mode_values"
        app:useSimpleSummaryProvider="true" />

</PreferenceScreen>