aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-09-12 17:53:42 +0200
committeriNPUTmice <daniel@gultsch.de>2014-09-12 17:53:42 +0200
commit83c3b33f18429dc8788c2b58a31d150bee553d10 (patch)
treef4451e53a65dd25fd434dcb08bdaad53137e987a /res/xml/preferences.xml
parentcee898084ee27592d774c8f62f5be7fd1edf821b (diff)
parent73cba91c9b08ff512104897b32837f9824f1cd3e (diff)
Merge branch 'development'0.7.1
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index f0d64e39..7d0886bc 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -62,13 +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"/>
+ 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