Cherish: Add option to center "R style" notification headers [2/2]

This commit is contained in:
TikkiTikki
2020-08-15 15:09:36 +05:30
committed by Hưng Phan
parent 0dfe1e475f
commit 3efbcb9565
2 changed files with 11 additions and 0 deletions

View File

@@ -729,4 +729,8 @@
a fixed set of led colors -->
<bool name="config_has_multi_color_led">true</bool>
<!-- 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>
</resources>

View File

@@ -25,6 +25,13 @@
android:summary="@string/notification_headers_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="center_notification_headers"
android:title="@string/center_notification_headers_title"
android:summary="@string/center_notification_headers_summary"
android:dependency="notification_headers"
android:defaultValue="true" />
<Preference
android:key="charging_light"
android:icon="@drawable/ic_battery_almostfull"