From 3efbcb9565d78c0d38e81fca0559c711ca28b656 Mon Sep 17 00:00:00 2001 From: TikkiTikki Date: Sat, 15 Aug 2020 15:09:36 +0530 Subject: [PATCH] Cherish: Add option to center "R style" notification headers [2/2] --- res/values/cherish_strings.xml | 4 ++++ res/xml/cherish_settings_notifications.xml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index ff2d089..faa2883 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -729,4 +729,8 @@ a fixed set of led colors --> true + + Center notification headers + Whether to Center R style notification headers (Requires a SystemUI restart) + diff --git a/res/xml/cherish_settings_notifications.xml b/res/xml/cherish_settings_notifications.xml index e238964..21e2fd2 100644 --- a/res/xml/cherish_settings_notifications.xml +++ b/res/xml/cherish_settings_notifications.xml @@ -25,6 +25,13 @@ android:summary="@string/notification_headers_summary" android:defaultValue="true" /> + +