|
|
@ -2,6 +2,10 @@ |
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"> |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.prefs.ATEPreferenceCategory |
|
|
|
|
|
|
|
android:title="@string/main_activity" |
|
|
|
|
|
|
|
app:iconSpaceReserved="false"> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.prefs.ATESwitchPreference |
|
|
|
<io.legado.app.lib.theme.prefs.ATESwitchPreference |
|
|
|
android:defaultValue="false" |
|
|
|
android:defaultValue="false" |
|
|
|
android:key="@string/pk_auto_refresh" |
|
|
|
android:key="@string/pk_auto_refresh" |
|
|
@ -22,6 +26,12 @@ |
|
|
|
android:title="@string/show_rss" |
|
|
|
android:title="@string/show_rss" |
|
|
|
app:iconSpaceReserved="false" /> |
|
|
|
app:iconSpaceReserved="false" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</io.legado.app.lib.theme.prefs.ATEPreferenceCategory> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.prefs.ATEPreferenceCategory |
|
|
|
|
|
|
|
android:title="@string/other_setting" |
|
|
|
|
|
|
|
app:iconSpaceReserved="false"> |
|
|
|
|
|
|
|
|
|
|
|
<Preference |
|
|
|
<Preference |
|
|
|
android:key="threadCount" |
|
|
|
android:key="threadCount" |
|
|
|
android:title="@string/threads_num_title" |
|
|
|
android:title="@string/threads_num_title" |
|
|
@ -50,4 +60,7 @@ |
|
|
|
android:title="@string/record_log" |
|
|
|
android:title="@string/record_log" |
|
|
|
app:iconSpaceReserved="false" /> |
|
|
|
app:iconSpaceReserved="false" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</io.legado.app.lib.theme.prefs.ATEPreferenceCategory> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.preference.PreferenceScreen> |
|
|
|
</androidx.preference.PreferenceScreen> |