Cherish:Center Notification headers (2/2)

Signed-off-by: saikiran2001 <bjsaikiran@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
saikiran2001
2020-10-27 12:59:49 +05:30
committed by Hưng Phan
parent 5148b6b9dd
commit 421bcec8b6
2 changed files with 13 additions and 0 deletions

View File

@@ -26,6 +26,15 @@
android:icon="@drawable/ic_plus"
android:fragment="com.cherish.settings.fragments.HeadsUpSettings" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="center_notification_headers"
android:icon="@drawable/ic_notification_center"
android:title="@string/center_notification_headers_title"
android:summary="@string/center_notification_headers_summary"
android:dependency="notification_headers"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="notification_headers"
android:icon="@drawable/ic_notification"