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

14 lines
524 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:title="@string/pref_clear_chapter_cache"
android:key="@string/pref_clear_chapter_cache_key" />
<Preference
android:title="@string/pref_clear_database"
android:key="@string/pref_clear_database_key"
android:summary="@string/pref_clear_database_summary"/>
2016-03-07 23:48:43 +01:00
</android.support.v7.preference.PreferenceScreen>