blob: f120afe568adcfc911c650444a694efa6076ca34 (
plain) (
tree)
|
|
<?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" />
<Preference
app:icon="@drawable/ic_info_preference_24dp"
app:summary="@string/settings_data_saving_mode_info_summary"
app:enabled="false" />
</PreferenceScreen>
|