2011-12-20 10:20:44 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-01-06 21:38:36 -08:00
|
|
|
|
2011-12-20 10:20:44 -08:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-11-04 15:19:48 +01:00
|
|
|
<Preference android:key="preference_category_sms_mms"
|
2015-01-28 19:27:35 +01:00
|
|
|
android:title="@string/preferences__sms_mms"
|
|
|
|
android:icon="?pref_ic_sms_mms"/>
|
2012-07-19 19:23:49 -07:00
|
|
|
|
2014-11-04 15:19:48 +01:00
|
|
|
<Preference android:key="preference_category_notifications"
|
2015-01-28 19:27:35 +01:00
|
|
|
android:title="@string/preferences__notifications"
|
|
|
|
android:icon="?pref_ic_notifications"/>
|
2012-07-19 19:23:49 -07:00
|
|
|
|
2014-11-04 15:19:48 +01:00
|
|
|
<Preference android:key="preference_category_app_protection"
|
2015-06-09 07:37:20 -07:00
|
|
|
android:title="@string/preferences__privacy"
|
2015-01-28 19:27:35 +01:00
|
|
|
android:icon="?pref_ic_app_protection"/>
|
2014-02-26 16:15:45 -05:00
|
|
|
|
2014-11-04 15:19:48 +01:00
|
|
|
<Preference android:key="preference_category_appearance"
|
2015-01-28 19:27:35 +01:00
|
|
|
android:title="@string/preferences__appearance"
|
|
|
|
android:icon="?pref_ic_appearance"/>
|
2014-02-23 15:12:40 -08:00
|
|
|
|
2015-08-24 15:24:31 -07:00
|
|
|
<Preference android:key="preference_category_chats"
|
|
|
|
android:title="@string/preferences__chats"
|
|
|
|
android:icon="?pref_ic_chats"/>
|
2014-02-25 23:11:00 -08:00
|
|
|
|
2015-11-19 10:21:19 -08:00
|
|
|
<Preference android:key="preference_category_devices"
|
2016-02-11 17:27:30 +01:00
|
|
|
android:title="@string/preferences__linked_devices"
|
2015-11-19 10:21:19 -08:00
|
|
|
android:icon="?pref_ic_devices"/>
|
2015-06-19 22:02:10 -07:00
|
|
|
|
2014-11-04 15:19:48 +01:00
|
|
|
<Preference android:key="preference_category_advanced"
|
2015-01-28 19:27:35 +01:00
|
|
|
android:title="@string/preferences__advanced"
|
|
|
|
android:icon="?pref_ic_advanced"/>
|
2015-06-09 07:37:20 -07:00
|
|
|
|
2011-12-20 10:20:44 -08:00
|
|
|
</PreferenceScreen>
|