mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
34 lines
1.3 KiB
XML
34 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:key="general_preferences"
|
|
android:title="@string/settings_category_history_title">
|
|
|
|
<SwitchPreference
|
|
android:defaultValue="true"
|
|
android:key="@string/enable_watch_history_key"
|
|
android:summary="@string/enable_watch_history_summary"
|
|
android:title="@string/enable_watch_history_title"/>
|
|
|
|
<SwitchPreference
|
|
android:defaultValue="true"
|
|
android:key="@string/enable_search_history_key"
|
|
android:summary="@string/enable_search_history_summary"
|
|
android:title="@string/enable_search_history_title"/>
|
|
|
|
<Preference
|
|
android:key="@string/metadata_cache_wipe_key"
|
|
android:summary="@string/metadata_cache_wipe_summary"
|
|
android:title="@string/metadata_cache_wipe_title"/>
|
|
|
|
<Preference
|
|
android:key="@string/clear_views_history_key"
|
|
android:title="@string/clear_views_history_title"
|
|
android:summary="@string/clear_views_history_summary"/>
|
|
|
|
<Preference
|
|
android:key="@string/clear_search_history_key"
|
|
android:title="@string/clear_search_history_title"
|
|
android:summary="@string/clear_search_history_summary"/>
|
|
|
|
</PreferenceScreen>
|