Feature: reticker [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Dil3mm4
2022-06-11 17:19:53 +07:00
committed by Hưng Phan
parent cbc17ee7f5
commit 11d0e4e52d
2 changed files with 17 additions and 0 deletions

View File

@@ -840,4 +840,10 @@
<!-- Hidden apps -->
<string name="hidden_apps_title">Hidden apps</string>
<string name="hidden_apps_summary">Applications that should be hidden from launcher</string>
<!-- reTicker -->
<string name="reticker_title">reTicker</string>
<string name="reticker_summary">Replace heads-up notification with slim and less invasive version of redesigned ticker</string>
<string name="reticker_colored_title">Use app colored background</string>
<string name="reticker_colored_summary">Replace reTicker background color using notification app main color</string>
</resources>

View File

@@ -71,6 +71,17 @@
<PreferenceCategory
android:key="notifications_general_category"
android:title="@string/general_category">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="reticker_status"
android:title="@string/reticker_title"
android:summary="@string/reticker_summary" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="reticker_colored"
android:title="@string/reticker_colored_title"
android:summary="@string/reticker_colored_summary"
android:dependency="reticker_status" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="notification_guts_kill_app_button"