2011-12-20 18:20:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-01-07 05:38:36 +00:00
|
|
|
|
2011-12-20 18:20:44 +00:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2017-08-16 19:01:26 +00:00
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.preferences.ProfilePreference
|
|
|
|
android:key="preference_category_profile"/>
|
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_sms_mms"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__sms_mms"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_textsms_24dp"/>
|
2012-07-20 02:23:49 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_notifications"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__notifications"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_notifications_24dp"/>
|
2012-07-20 02:23:49 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_app_protection"
|
2015-06-09 14:37:20 +00:00
|
|
|
android:title="@string/preferences__privacy"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_security_24dp"/>
|
2014-02-26 21:15:45 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_appearance"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__appearance"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_brightness_6_24dp"/>
|
2014-02-23 23:12:40 +00:00
|
|
|
|
2015-08-24 22:24:31 +00:00
|
|
|
<Preference android:key="preference_category_chats"
|
|
|
|
android:title="@string/preferences__chats"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_forum_24dp"/>
|
2014-02-26 07:11:00 +00:00
|
|
|
|
2015-11-19 18:21:19 +00:00
|
|
|
<Preference android:key="preference_category_devices"
|
2016-02-11 16:27:30 +00:00
|
|
|
android:title="@string/preferences__linked_devices"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_laptop_24dp"/>
|
2015-06-20 05:02:10 +00:00
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_advanced"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__advanced"
|
2017-04-17 19:23:17 +00:00
|
|
|
android:icon="@drawable/ic_advanced_24dp"/>
|
2015-06-09 14:37:20 +00:00
|
|
|
|
2011-12-20 18:20:44 +00:00
|
|
|
</PreferenceScreen>
|