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

@@ -39,6 +39,14 @@
<ListPreference
android:key="android.theme.customization.icon_pack"
android:title="@string/theme_customization_sysui_icon_title"/>
<ListPreference
android:key="android.theme.customization.signal_icon"
android:title="@string/custom_signal_bar_title" />
<ListPreference
android:key="android.theme.customization.wifi_icon"
android:title="@string/custom_wifi_bar_title" />
</PreferenceCategory>
</PreferenceScreen>