aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-09-11 16:32:49 +0200
committeriNPUTmice <daniel@gultsch.de>2014-09-11 16:32:49 +0200
commitc9a342fc6e9d42fbe7b07a9fd16297ff7b5e1613 (patch)
treebc52cb3fb61e0bf9634b873097c058ef3fdb216f /res/xml/preferences.xml
parent12b62adeca59e0f6dc2c04331fd65244dfc809f8 (diff)
more formating
Diffstat (limited to '')
-rw-r--r--res/xml/preferences.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 47508c9e..7d0886bc 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -62,18 +62,17 @@
android:summary="@string/pref_notification_grace_period_summary"
android:title="@string/pref_notification_grace_period" />
</PreferenceCategory>
- <PreferenceCategory
- android:title="@string/pref_ui_options">
- <CheckBoxPreference
+ <PreferenceCategory android:title="@string/pref_ui_options" >
+ <CheckBoxPreference
android:defaultValue="false"
android:key="use_larger_font"
- android:title="@string/pref_use_larger_font"
- android:summary="@string/pref_use_larger_font_summary"/>
- <CheckBoxPreference
- android:key="send_button_status"
- android:defaultValue="false"
- android:title="@string/pref_use_send_button_to_indicate_status"
- android:summary="@string/pref_use_send_button_to_indicate_status_summary"/>
+ android:summary="@string/pref_use_larger_font_summary"
+ android:title="@string/pref_use_larger_font" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="send_button_status"
+ android:summary="@string/pref_use_send_button_to_indicate_status_summary"
+ android:title="@string/pref_use_send_button_to_indicate_status" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_advanced_options" >
<PreferenceScreen