Cherish: Custom Carrier Label & Carrier Label Placement [2/2]

Credit/Thanks to @Altaf-Mahdi @beanstown106 and @martincz

Change-Id: Ia7b29f85d7a1286bd15dc4427727a683e133ab3f
This commit is contained in:
beanstown106
2019-11-23 18:54:59 +05:30
committed by Hưng Phan
parent 8fe30d8344
commit fcfa74859b
5 changed files with 173 additions and 0 deletions

View File

@@ -14,6 +14,12 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/statusbar_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<Preference
android:key="carrier_label"
android:title="@string/carrier_label_settings_title"
android:summary="@string/carrier_label_settings_summary"
android:fragment="com.cherish.settings.fragments.CustomCarrierLabel" />
<PreferenceCategory
android:key="status_bar_icons"