1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-11-27 16:43:34 -06:00
wulkanowy-mirror/app/src/main/res/xml/scheme_preferences.xml

34 lines
1.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2019-08-26 13:54:20 -05:00
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
2021-03-06 11:18:42 -06:00
<Preference
2021-10-21 03:51:00 -05:00
app:fragment="io.github.wulkanowy.ui.modules.settings.appearance.AppearanceFragment"
2021-03-06 11:18:42 -06:00
app:icon="@drawable/ic_settings_appearance"
2021-10-21 03:51:00 -05:00
app:key="appearance"
2021-03-06 11:18:42 -06:00
app:summary="@string/pref_appearance_category_summary"
2021-10-21 03:51:00 -05:00
app:title="@string/pref_appearance_category" />
2021-03-06 11:18:42 -06:00
<Preference
2021-10-21 03:51:00 -05:00
app:fragment="io.github.wulkanowy.ui.modules.settings.notifications.NotificationsFragment"
2021-03-06 11:18:42 -06:00
app:icon="@drawable/ic_settings_notifications"
2021-10-21 03:51:00 -05:00
app:key="notifications"
2021-03-06 11:18:42 -06:00
app:summary="@string/pref_notifications_category_summary"
2021-10-21 03:51:00 -05:00
app:title="@string/pref_notifications_category" />
2021-03-06 11:18:42 -06:00
<Preference
2021-10-21 03:51:00 -05:00
app:fragment="io.github.wulkanowy.ui.modules.settings.sync.SyncFragment"
2021-03-06 11:18:42 -06:00
app:icon="@drawable/ic_settings_sync"
2021-10-21 03:51:00 -05:00
app:key="sync"
2021-03-06 11:18:42 -06:00
app:summary="@string/pref_sync_category_summary"
2021-10-21 03:51:00 -05:00
app:title="@string/pref_sync_category" />
2021-03-06 11:18:42 -06:00
<Preference
2021-10-21 03:51:00 -05:00
app:fragment="io.github.wulkanowy.ui.modules.settings.advanced.AdvancedFragment"
2021-03-06 11:18:42 -06:00
app:icon="@drawable/ic_settings_advanced"
2021-10-21 03:51:00 -05:00
app:key="advanced"
2021-03-06 11:18:42 -06:00
app:summary="@string/pref_advanced_category_summary"
2021-10-21 03:51:00 -05:00
app:title="@string/pref_advanced_category" />
2021-03-06 11:18:42 -06:00
<Preference
2021-10-21 03:51:00 -05:00
app:fragment="io.github.wulkanowy.ui.modules.about.AboutFragment"
2021-03-06 11:18:42 -06:00
app:icon="@drawable/ic_all_about"
2021-10-21 03:51:00 -05:00
app:key="about"
2021-03-06 11:18:42 -06:00
app:summary="@string/pref_about_category_summary"
2021-10-21 03:51:00 -05:00
app:title="@string/about_title" />
</PreferenceScreen>