2020-05-20 09:59:26 -05:00
|
|
|
<?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" />
|
2018-04-26 17:03:37 -05:00
|
|
|
</PreferenceScreen>
|