mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 01:25:08 +01:00
13 lines
460 B
XML
13 lines
460 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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"/>
|
|
|
|
</PreferenceScreen> |