diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-06-16 09:24:17 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-06-16 09:24:17 +0000 |
commit | dfe2ca80814f14532e8253f807ee1a05c1734607 (patch) | |
tree | 8a3ccb3b9b3c6341a424392385099d80d47f3bad /app/src/main/res/xml | |
parent | 761217a87f282c9dfb34d25450abdceb5b6bc217 (diff) | |
download | infinity-for-reddit-dfe2ca80814f14532e8253f807ee1a05c1734607.tar infinity-for-reddit-dfe2ca80814f14532e8253f807ee1a05c1734607.tar.gz infinity-for-reddit-dfe2ca80814f14532e8253f807ee1a05c1734607.tar.bz2 infinity-for-reddit-dfe2ca80814f14532e8253f807ee1a05c1734607.tar.lz infinity-for-reddit-dfe2ca80814f14532e8253f807ee1a05c1734607.tar.xz infinity-for-reddit-dfe2ca80814f14532e8253f807ee1a05c1734607.tar.zst infinity-for-reddit-dfe2ca80814f14532e8253f807ee1a05c1734607.zip |
Material You.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/theme_preferences.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index f4fb02a8..3f726ec0 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -40,6 +40,15 @@ app:icon="@drawable/ic_edit_24dp" app:title="@string/settings_manage_themes_title" /> + <PreferenceCategory + app:title="@string/settings_category_material_you_title" /> + + <SwitchPreference + app:defaultValue="false" + app:key="enable_material_you" + app:title="@string/settings_enable_material_you_title" + app:summary="@string/settings_enable_material_you_summary" /> + <Preference app:icon="@drawable/ic_info_preference_24dp" app:summary="@string/settings_custom_theme_cannot_apply_to_settings_page_summary" |