Files
ReaderforSelfoss/app/src/main/res/xml/pref_offline.xml
2018-10-14 15:38:06 +02:00

9 lines
386 B
XML

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreference
android:defaultValue="false"
android:key="items_caching"
android:summaryOff="@string/pref_switch_items_caching_off"
android:summaryOn="@string/pref_switch_items_caching_on"
android:title="@string/pref_switch_items_caching" />
</PreferenceScreen>