Merge pull request #652 from strongville/feat/materialYouCompat

Use Material You Compat on Android 12+ if flag is enabled
This commit is contained in:
MM2-0
2024-02-20 16:35:51 +01:00
committed by GitHub
6 changed files with 47 additions and 2 deletions
@@ -447,6 +447,8 @@
<string name="preference_colors_auto_generate">Generate from primary color</string>
<string name="preference_category_custom_colors_light">Light color scheme</string>
<string name="preference_category_custom_colors_dark">Dark color scheme</string>
<string name="preference_force_compat_system_colors">Ignore system colors</string>
<string name="preference_force_compat_system_colors_summary">Request color scheme via Material You Compat</string>
<string name="preference_font">Font</string>
<string name="preference_font_system">System default</string>
<string name="preference_screen_about">About</string>