mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
Re-order global preferences -> display.
Put folder list options between account list options and message list options, so the order matches the order the respective activities appear on screen.
This commit is contained in:
parent
1ab04587a9
commit
5d713ace01
@ -97,6 +97,18 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
<PreferenceCategory
|
||||||
|
android:key="folderlist_preferences"
|
||||||
|
android:title="@string/folderlist_preferences">
|
||||||
|
|
||||||
|
<CheckBoxPreference
|
||||||
|
android:persistent="false"
|
||||||
|
android:key="folderlist_wrap_folder_name"
|
||||||
|
android:title="@string/global_settings_folderlist_wrap_folder_names_label"
|
||||||
|
android:summary="@string/global_settings_folderlist_wrap_folder_names_summary" />
|
||||||
|
|
||||||
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:title="@string/messagelist_preferences"
|
android:title="@string/messagelist_preferences"
|
||||||
android:key="messagelist_preferences">
|
android:key="messagelist_preferences">
|
||||||
@ -176,18 +188,6 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory
|
|
||||||
android:key="folderlist_preferences"
|
|
||||||
android:title="@string/folderlist_preferences">
|
|
||||||
|
|
||||||
<CheckBoxPreference
|
|
||||||
android:persistent="false"
|
|
||||||
android:key="folderlist_wrap_folder_name"
|
|
||||||
android:title="@string/global_settings_folderlist_wrap_folder_names_label"
|
|
||||||
android:summary="@string/global_settings_folderlist_wrap_folder_names_summary" />
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
|
Loading…
Reference in New Issue
Block a user