Cherish: Make 'R style' notification headers toggleable [2/2]

This commit is contained in:
idoybh
2020-04-19 09:58:07 +07:00
committed by Hung Phan
parent 67cc377d58
commit 8770b75da6
4 changed files with 18 additions and 0 deletions

View File

@@ -18,6 +18,13 @@
android:title="@string/notifications_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="notification_headers"
android:icon="@drawable/ic_notification_center"
android:title="@string/notification_headers_title"
android:summary="@string/notification_headers_summary"
android:defaultValue="true" />
<Preference
android:key="charging_light"
android:icon="@drawable/ic_battery_almostfull"