mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 02:25:06 +01:00
14 lines
524 B
XML
14 lines
524 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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"/>
|
|
|
|
</android.support.v7.preference.PreferenceScreen> |