44 lines
No EOL
1.7 KiB
XML
44 lines
No EOL
1.7 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">
|
|
|
|
<PreferenceCategory android:title="YouTube">
|
|
<EditTextPreference
|
|
android:defaultValue=""
|
|
android:icon="@drawable/ic_code"
|
|
android:key="youtube_player_client"
|
|
app:useSimpleSummaryProvider="true"
|
|
android:title="Player Client" />
|
|
|
|
<EditTextPreference
|
|
android:defaultValue=""
|
|
android:icon="@drawable/ic_code"
|
|
android:key="youtube_po_token"
|
|
app:useSimpleSummaryProvider="true"
|
|
android:title="PO Token [Web]" />
|
|
|
|
<EditTextPreference
|
|
android:defaultValue=""
|
|
android:icon="@drawable/ic_code"
|
|
android:key="youtube_other_extractor_args"
|
|
app:useSimpleSummaryProvider="true"
|
|
android:title="@string/other_youtube_extractor_args" />
|
|
</PreferenceCategory>
|
|
|
|
<PreferenceCategory android:title="@string/command_templates">
|
|
<SwitchPreferenceCompat
|
|
android:icon="@drawable/ic_terminal"
|
|
android:key="enable_data_fetching_extra_commands"
|
|
android:summary="@string/data_fetching_extra_command_summary"
|
|
android:title="@string/data_fetching_extra_command" />
|
|
</PreferenceCategory>
|
|
|
|
<PreferenceCategory android:title="@string/downloading">
|
|
<SwitchPreferenceCompat
|
|
android:icon="@drawable/if_file_rename"
|
|
android:key="disable_write_info_json"
|
|
android:summary="@string/disable_write_info_json_summary"
|
|
android:title="@string/disable_write_info_json" />
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen> |