Introduce Custom Statusbar Signal & Wi-Fi icons [2/3]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Aston-Martinn
2021-12-17 16:34:45 +00:00
committed by Hưng Phan
parent 09d27c829b
commit 39307c0279
3 changed files with 19 additions and 0 deletions

View File

@@ -102,6 +102,10 @@ public class ThemeSettings extends DashboardFragment implements OnPreferenceChan
"android.theme.customization.adaptive_icon_shape"));
controllers.add(new OverlayCategoryPreferenceController(context,
"android.theme.customization.icon_pack"));
controllers.add(new OverlayCategoryPreferenceController(context,
"android.theme.customization.signal_icon"));
controllers.add(new OverlayCategoryPreferenceController(context,
"android.theme.customization.wifi_icon"));
return controllers;
}