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">
|
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"
|
|
|
|
android:icon="?pref_ic_sms_mms"/>
|
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"
|
|
|
|
android:icon="?pref_ic_notifications"/>
|
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"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:icon="?pref_ic_app_protection"/>
|
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"
|
|
|
|
android:icon="?pref_ic_appearance"/>
|
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"
|
|
|
|
android:icon="?pref_ic_chats"/>
|
2014-02-26 07:11:00 +00:00
|
|
|
|
2015-11-19 18:21:19 +00:00
|
|
|
<Preference android:key="preference_category_devices"
|
2015-11-20 04:50:00 +00:00
|
|
|
android:title="@string/preferences__devices"
|
2015-11-19 18:21:19 +00:00
|
|
|
android:icon="?pref_ic_devices"/>
|
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"
|
|
|
|
android:icon="?pref_ic_advanced"/>
|
2015-06-09 14:37:20 +00:00
|
|
|
|
2011-12-20 18:20:44 +00:00
|
|
|
</PreferenceScreen>
|