Feature: reticker [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user