Cherish: Notch friendly carrier label [2/2]

This commit is contained in:
Alex
2019-02-21 21:16:02 +01:00
committed by Hung Phan
parent f75ead2bb6
commit 9d4cffdecb
7 changed files with 85 additions and 17 deletions

View File

@@ -15,11 +15,18 @@
android:title="@string/statusbar_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:key="label"
android:title="@string/label_title">
<Preference
android:key="carrier_label"
android:icon="@drawable/ic_carrierlabel"
android:title="@string/carrier_label_settings_title"
android:summary="@string/carrier_label_settings_summary"
android:fragment="com.cherish.settings.fragments.CustomCarrierLabel" />
</PreferenceCategory>
<PreferenceCategory
android:key="status_bar_icons"

View File

@@ -22,9 +22,6 @@
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_show_carrier"
android:title="@string/show_carrier_title"
android:entries="@array/carrier_label_entries"
android:entryValues="@array/carrier_label_values"
android:summary="%s"
android:defaultValue="1" />
<PreferenceScreen