mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
c11f2eddf5
Allow for editing // FREEBIE
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<org.thoughtcrime.securesms.preferences.ProfilePreference
|
|
android:key="preference_category_profile"/>
|
|
|
|
<Preference android:key="preference_category_sms_mms"
|
|
android:title="@string/preferences__sms_mms"
|
|
android:icon="@drawable/ic_textsms_24dp"/>
|
|
|
|
<Preference android:key="preference_category_notifications"
|
|
android:title="@string/preferences__notifications"
|
|
android:icon="@drawable/ic_notifications_24dp"/>
|
|
|
|
<Preference android:key="preference_category_app_protection"
|
|
android:title="@string/preferences__privacy"
|
|
android:icon="@drawable/ic_security_24dp"/>
|
|
|
|
<Preference android:key="preference_category_appearance"
|
|
android:title="@string/preferences__appearance"
|
|
android:icon="@drawable/ic_brightness_6_24dp"/>
|
|
|
|
<Preference android:key="preference_category_chats"
|
|
android:title="@string/preferences__chats"
|
|
android:icon="@drawable/ic_forum_24dp"/>
|
|
|
|
<Preference android:key="preference_category_devices"
|
|
android:title="@string/preferences__linked_devices"
|
|
android:icon="@drawable/ic_laptop_24dp"/>
|
|
|
|
<Preference android:key="preference_category_advanced"
|
|
android:title="@string/preferences__advanced"
|
|
android:icon="@drawable/ic_advanced_24dp"/>
|
|
|
|
</PreferenceScreen>
|