2014-11-04 14:19:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-05-17 12:13:34 +00:00
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
2015-03-14 10:36:35 +00:00
|
|
|
android:key="pref_toggle_push_messaging"
|
|
|
|
android:title="@string/preferences__textsecure_messages"
|
|
|
|
android:summary="@string/preferences__use_the_data_channel_for_communication_with_other_textsecure_users"/>
|
|
|
|
|
2015-05-17 12:13:34 +00:00
|
|
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
2014-11-04 14:19:48 +00:00
|
|
|
android:key="pref_enter_sends"
|
|
|
|
android:summary="@string/preferences__pressing_the_enter_key_will_send_text_messages"
|
2015-01-06 00:44:56 +00:00
|
|
|
android:title="@string/preferences__pref_enter_sends_title"/>
|
2014-11-04 14:19:48 +00:00
|
|
|
|
|
|
|
<Preference android:key="pref_choose_identity"
|
|
|
|
android:title="@string/preferences__choose_identity"
|
|
|
|
android:summary="@string/preferences__choose_your_contact_entry_from_the_contacts_list"/>
|
|
|
|
|
|
|
|
<Preference android:key="pref_submit_debug_logs"
|
|
|
|
android:title="@string/preferences__submit_debug_log"/>
|
|
|
|
</PreferenceScreen>
|