|
|
|
@ -58,11 +58,6 @@ |
|
|
|
|
android:summary="@string/replace_enable_default_s" |
|
|
|
|
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" |
|
|
|
@ -70,6 +65,12 @@ |
|
|
|
|
android:summary="@string/media_button_on_exit_summary" |
|
|
|
|
app:iconSpaceReserved="false" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.prefs.SwitchPreference |
|
|
|
|
android:defaultValue="true" |
|
|
|
|
android:key="autoClearExpired" |
|
|
|
|
android:title="@string/auto_clear_expired" |
|
|
|
|
android:summary="@string/auto_clear_expired_summary" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.prefs.Preference |
|
|
|
|
android:key="webPort" |
|
|
|
|
android:title="@string/web_port_title" |
|
|
|
@ -81,6 +82,11 @@ |
|
|
|
|
android:summary="@string/clear_cache_summary" |
|
|
|
|
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="process_text" |
|
|
|
|