You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kotatsu/app/src/main/res/xml/pref_downloads.xml

58 lines
1.6 KiB
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">
<Preference
android:key="local_manga_dirs"
android:persistent="false"
android:title="@string/local_manga_directories" />
<Preference
android:key="local_storage"
android:persistent="false"
android:title="@string/manga_save_location" />
<ListPreference
android:entries="@array/download_formats"
android:key="downloads_format"
android:title="@string/preferred_download_format"
app:useSimpleSummaryProvider="true" />
<ListPreference
android:entries="@array/metered_network_options"
android:key="downloads_metered_network"
android:title="@string/download_over_cellular"
app:useSimpleSummaryProvider="true" />
<Preference
android:icon="@drawable/ic_info_outline"
android:key="tracker_notifications_info"
android:persistent="false"
android:selectable="false"
android:summary="@string/downloads_settings_info" />
<Preference
android:key="ignore_dose"
android:persistent="false"
android:summary="@string/disable_battery_optimization_summary_downloads"
android:title="@string/disable_battery_optimization"
app:allowDividerAbove="true"
app:isPreferenceVisible="false" />
<PreferenceCategory android:title="@string/pages_saving">
<Preference
android:key="pages_dir"
android:persistent="false"
android:title="@string/default_page_save_dir" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="pages_dir_ask"
android:title="@string/ask_for_dest_dir_every_time" />
</PreferenceCategory>
</PreferenceScreen>