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:
@@ -684,6 +684,10 @@
|
|||||||
<string name="notification_headers_title">Notification Headers</string>
|
<string name="notification_headers_title">Notification Headers</string>
|
||||||
<string name="notification_headers_summary">Show headers in the notification shade\nRequires a SystemUI restart</string>
|
<string name="notification_headers_summary">Show headers in the notification shade\nRequires a SystemUI restart</string>
|
||||||
|
|
||||||
|
<!-- Center R Notification headers -->
|
||||||
|
<string name="center_notification_headers_title">Center notification headers</string>
|
||||||
|
<string name="center_notification_headers_summary">Whether to Center R style notification headers (Requires a SystemUI restart)</string>
|
||||||
|
|
||||||
<!-- Dashboard -->
|
<!-- Dashboard -->
|
||||||
<string name="dashboard_conditions_title">Dashboard conditions</string>
|
<string name="dashboard_conditions_title">Dashboard conditions</string>
|
||||||
<string name="summary_dashboard_conditions_enabled">Dashboard conditions are enabled</string>
|
<string name="summary_dashboard_conditions_enabled">Dashboard conditions are enabled</string>
|
||||||
|
|||||||
@@ -26,6 +26,15 @@
|
|||||||
android:icon="@drawable/ic_plus"
|
android:icon="@drawable/ic_plus"
|
||||||
android:fragment="com.cherish.settings.fragments.HeadsUpSettings" />
|
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
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
android:key="notification_headers"
|
android:key="notification_headers"
|
||||||
android:icon="@drawable/ic_notification"
|
android:icon="@drawable/ic_notification"
|
||||||
|
|||||||
Reference in New Issue
Block a user