mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
20 lines
719 B
XML
20 lines
719 B
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"/>
|
||
|
|
||
|
</PreferenceScreen>
|