Cherish: Custom logo customizations [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
neobuddy89
2019-04-05 15:31:02 +05:30
committed by Hưng Phan
parent 4895413ffe
commit bc1ce679eb
7 changed files with 709 additions and 3 deletions

View File

@@ -124,5 +124,13 @@
android:title="@string/carrier_label_settings_title"
android:summary="@string/carrier_label_settings_summary"
android:fragment="com.cherish.settings.fragments.CustomCarrierLabel" />
<com.cherish.settings.preferences.SystemSettingMasterSwitchPreference
android:key="status_bar_logo"
android:icon="@drawable/ic_logo"
android:fragment="com.cherish.settings.fragments.StatusbarLogo"
android:title="@string/status_bar_logo_title"
android:summary="@string/status_bar_logo_summary"
android:defaultValue="false" />
</PreferenceCategory>
</PreferenceScreen>