Cherish: Add option to center "R style" notification headers [2/2]
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user