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-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__app_protection"
|
|
|
|
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
|
|
|
|
2014-11-04 14:19:48 +00:00
|
|
|
<Preference android:key="preference_category_storage"
|
2015-01-28 18:27:35 +00:00
|
|
|
android:title="@string/preferences__delete_old_messages"
|
|
|
|
android:icon="?pref_ic_storage"/>
|
2014-02-26 07:11:00 +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"/>
|
2011-12-20 18:20:44 +00:00
|
|
|
</PreferenceScreen>
|