1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-11-27 14:23:32 -06:00
wulkanowy-mirror/app/src/main/res/xml/scheme_preferences.xml
2021-10-21 10:51:00 +02:00

34 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<Preference
app:fragment="io.github.wulkanowy.ui.modules.settings.appearance.AppearanceFragment"
app:icon="@drawable/ic_settings_appearance"
app:key="appearance"
app:summary="@string/pref_appearance_category_summary"
app:title="@string/pref_appearance_category" />
<Preference
app:fragment="io.github.wulkanowy.ui.modules.settings.notifications.NotificationsFragment"
app:icon="@drawable/ic_settings_notifications"
app:key="notifications"
app:summary="@string/pref_notifications_category_summary"
app:title="@string/pref_notifications_category" />
<Preference
app:fragment="io.github.wulkanowy.ui.modules.settings.sync.SyncFragment"
app:icon="@drawable/ic_settings_sync"
app:key="sync"
app:summary="@string/pref_sync_category_summary"
app:title="@string/pref_sync_category" />
<Preference
app:fragment="io.github.wulkanowy.ui.modules.settings.advanced.AdvancedFragment"
app:icon="@drawable/ic_settings_advanced"
app:key="advanced"
app:summary="@string/pref_advanced_category_summary"
app:title="@string/pref_advanced_category" />
<Preference
app:fragment="io.github.wulkanowy.ui.modules.about.AboutFragment"
app:icon="@drawable/ic_all_about"
app:key="about"
app:summary="@string/pref_about_category_summary"
app:title="@string/about_title" />
</PreferenceScreen>