Option to swap first two navigation items
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user