Cherish: Notch friendly carrier label [2/2]
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user