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

@@ -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"