You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
3.1 KiB
81 lines
3.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<io.legado.app.ui.widget.prefs.PreferenceCategory
|
|
android:title="@string/main_activity"
|
|
app:layout="@layout/view_preference_category"
|
|
app:allowDividerAbove="false"
|
|
app:allowDividerBelow="false"
|
|
app:iconSpaceReserved="false">
|
|
|
|
<io.legado.app.ui.widget.prefs.SwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="@string/pk_auto_refresh"
|
|
android:summary="@string/ps_auto_refresh"
|
|
android:title="@string/pt_auto_refresh"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.SwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="@string/pk_default_read"
|
|
android:summary="@string/ps_default_read"
|
|
android:title="@string/pt_default_read"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.SwitchPreference
|
|
android:defaultValue="true"
|
|
android:key="showRss"
|
|
android:title="@string/show_rss"
|
|
app:allowDividerAbove="false"
|
|
app:allowDividerBelow="false"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
</io.legado.app.ui.widget.prefs.PreferenceCategory>
|
|
|
|
<io.legado.app.ui.widget.prefs.PreferenceCategory
|
|
android:title="@string/other_setting"
|
|
app:layout="@layout/view_preference_category"
|
|
app:allowDividerAbove="true"
|
|
app:allowDividerBelow="false"
|
|
app:iconSpaceReserved="false">
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="threadCount"
|
|
android:title="@string/threads_num_title"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.SwitchPreference
|
|
android:defaultValue="true"
|
|
android:key="mediaButtonOnExit"
|
|
android:title="@string/media_button_on_exit_title"
|
|
android:summary="@string/media_button_on_exit_summary"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="webPort"
|
|
android:title="@string/web_port_title"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference
|
|
android:key="cleanCache"
|
|
android:title="@string/cleanCache"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.SwitchPreference
|
|
android:defaultValue="true"
|
|
android:key="process_text"
|
|
android:summary="@string/add_to_text_context_menu_s"
|
|
android:title="@string/add_to_text_context_menu_t"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.ui.widget.prefs.SwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="recordLog"
|
|
android:title="@string/record_log"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
</io.legado.app.ui.widget.prefs.PreferenceCategory>
|
|
|
|
|
|
</androidx.preference.PreferenceScreen> |