Cherish: Add adaptive icon shape customization

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Pranav Vashi
2021-12-27 01:59:55 +05:30
committed by Hưng Phan
parent f22f3ab622
commit f1e4eae93d
3 changed files with 8 additions and 2 deletions

View File

@@ -98,6 +98,8 @@ public class ThemeSettings extends DashboardFragment implements OnPreferenceChan
final List<AbstractPreferenceController> 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;