Files
Kotatsu/app/src/main/res/xml/pref_source.xml

37 lines
1001 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="enable"
android:layout="@layout/preference_toggle_header"
android:order="0"
android:persistent="false"
android:title="@string/enable_source" />
<Preference
android:key="auth"
android:order="100"
android:persistent="false"
android:title="@string/sign_in"
app:allowDividerAbove="true" />
<Preference
android:key="cookies_clear"
android:order="101"
android:persistent="false"
android:summary="@string/clear_source_cookies_summary"
android:title="@string/clear_cookies"
app:allowDividerAbove="true" />
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="slowdown"
android:order="105"
android:summary="@string/download_slowdown_summary"
android:title="@string/download_slowdown" />
</PreferenceScreen>