Option to swap first two navigation items

This commit is contained in:
Koitharu
2023-08-22 12:11:09 +03:00
parent ab753787b0
commit 2f9c2d9ab6
14 changed files with 91 additions and 17 deletions

View File

@@ -55,10 +55,18 @@
</PreferenceCategory>
<ListPreference
android:defaultValue="0"
android:entries="@array/first_nav_item"
android:entryValues="@array/values_first_nav_item"
android:key="nav_first"
android:title="Default section"
app:allowDividerAbove="true"
app:useSimpleSummaryProvider="true" />
<org.koitharu.kotatsu.settings.utils.ActivityListPreference
android:key="app_locale"
android:title="@string/language"
app:allowDividerAbove="true" />
android:title="@string/language" />
<SwitchPreferenceCompat
android:defaultValue="false"