Update settings

This commit is contained in:
Koitharu
2020-03-11 21:16:07 +02:00
parent b706e600c7
commit 0cefce17b5
11 changed files with 91 additions and 8 deletions

View File

@@ -3,10 +3,22 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<Preference
android:key="@string/key_search_history_clear"
android:persistent="false"
android:title="@string/clear_search_history"
app:iconSpaceReserved="false" />
<PreferenceCategory
app:iconSpaceReserved="false"
android:title="@string/cache">
<Preference
android:key="@string/key_thumbs_cache_clear"
android:persistent="false"
android:title="@string/clear_thumbs_cache"
app:iconSpaceReserved="false" />
<Preference
android:key="@string/key_pages_cache_clear"
android:persistent="false"