mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-19 20:21:45 -05:00
Merge pull request #239 from maniac103/improve-pref-layout
Improve layout of preference screens
This commit is contained in:
commit
156e921814
@ -359,7 +359,6 @@
|
|||||||
See com.fsck.k9.activity.setup.AccountSettings
|
See com.fsck.k9.activity.setup.AccountSettings
|
||||||
-->
|
-->
|
||||||
<RingtonePreference
|
<RingtonePreference
|
||||||
android:layout="?android:attr/preferenceLayoutChild"
|
|
||||||
android:dependency="account_notify"
|
android:dependency="account_notify"
|
||||||
android:key="account_ringtone"
|
android:key="account_ringtone"
|
||||||
android:title="@string/account_settings_ringtone"
|
android:title="@string/account_settings_ringtone"
|
||||||
@ -368,7 +367,6 @@
|
|||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
android:layout="?android:attr/preferenceLayoutChild"
|
|
||||||
android:dependency="account_notify"
|
android:dependency="account_notify"
|
||||||
android:key="account_vibrate"
|
android:key="account_vibrate"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
@ -377,6 +375,7 @@
|
|||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
|
android:layout="?android:attr/preferenceLayoutChild"
|
||||||
android:dependency="account_vibrate"
|
android:dependency="account_vibrate"
|
||||||
android:key="account_vibrate_pattern"
|
android:key="account_vibrate_pattern"
|
||||||
android:title="@string/account_settings_vibrate_pattern_label"
|
android:title="@string/account_settings_vibrate_pattern_label"
|
||||||
@ -386,6 +385,7 @@
|
|||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
|
android:layout="?android:attr/preferenceLayoutChild"
|
||||||
android:dependency="account_vibrate"
|
android:dependency="account_vibrate"
|
||||||
android:key="account_vibrate_times"
|
android:key="account_vibrate_times"
|
||||||
android:title="@string/account_settings_vibrate_times"
|
android:title="@string/account_settings_vibrate_times"
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user