@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android= "http://schemas.android.com/apk/res/android" >
<PreferenceScreen xmlns:android= "http://schemas.android.com/apk/res/android" >
<PreferenceCategory android:title= "@string/preferences__general" >
<CheckBoxPreference android:defaultValue= "true"
<CheckBoxPreference android:defaultValue= "true"
android:key="pref_all_sms"
android:key="pref_all_sms"
android:summary="@string/preferences__use_textsecure_for_viewing_and_storing_all_incoming_text_messages"
android:summary="@string/preferences__use_textsecure_for_viewing_and_storing_all_incoming_text_messages"
@ -20,8 +21,8 @@
android:key="pref_enter_sends"
android:key="pref_enter_sends"
android:summary="@string/preferences__pressing_the_enter_key_will_send_text_messages"
android:summary="@string/preferences__pressing_the_enter_key_will_send_text_messages"
android:title="@string/preferences__pref_enter_sends_title" />
android:title="@string/preferences__pref_enter_sends_title" />
</PreferenceCategory>
<PreferenceScreen android:title= "@string/preferences__notifications" >
<PreferenceCategory android:title= "@string/preferences__notifications" >
<CheckBoxPreference android:key= "pref_key_enable_notifications"
<CheckBoxPreference android:key= "pref_key_enable_notifications"
android:title="@string/preferences__notifications"
android:title="@string/preferences__notifications"
android:summary="@string/preferences__display_message_notifications_in_status_bar"
android:summary="@string/preferences__display_message_notifications_in_status_bar"
@ -59,7 +60,7 @@
android:defaultValue="true"
android:defaultValue="true"
android:title="@string/preferences__vibrate"
android:title="@string/preferences__vibrate"
android:summary="@string/preferences__also_vibrate_when_notified" />
android:summary="@string/preferences__also_vibrate_when_notified" />
</Preference Screen >
</Preference Category >
<PreferenceCategory android:title= "@string/preferences__storage" >
<PreferenceCategory android:title= "@string/preferences__storage" >
<CheckBoxPreference android:defaultValue= "false"
<CheckBoxPreference android:defaultValue= "false"