diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 553d1bd..de8236a 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -533,12 +533,12 @@ Browse the dark theme options Theming + + Icon shape Accent color Headline / Body font - - Icon shape Statusbar icon diff --git a/res/xml/cherish_settings_theme.xml b/res/xml/cherish_settings_theme.xml index d2dc0cb..a3be1bc 100644 --- a/res/xml/cherish_settings_theme.xml +++ b/res/xml/cherish_settings_theme.xml @@ -31,6 +31,10 @@ + + controllers = new ArrayList<>(); controllers.add(new OverlayCategoryPreferenceController(context, "android.theme.customization.font")); + controllers.add(new OverlayCategoryPreferenceController(context, + "android.theme.customization.adaptive_icon_shape")); controllers.add(new OverlayCategoryPreferenceController(context, "android.theme.customization.icon_pack")); return controllers;