mihon/app/src/main/res/xml/pref_advanced.xml

20 lines
741 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2016-03-07 23:48:43 +01:00
<android.support.v7.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<Preference
android:key="@string/pref_clear_chapter_cache_key"
android:title="@string/pref_clear_chapter_cache"/>
<Preference
android:key="@string/pref_clear_database_key"
android:summary="@string/pref_clear_database_summary"
android:title="@string/pref_clear_database"/>
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="@string/pref_reencode_key"
android:summary="@string/pref_reencode_summary"
android:title="@string/pref_reencode"/>
2016-03-07 23:48:43 +01:00
</android.support.v7.preference.PreferenceScreen>