Cherish: Add toggles for new reticker styles[2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Trishiraj
2022-11-14 00:08:27 +07:00
committed by Hưng Phan
parent c5a0bd55ef
commit 064a312c8c
5 changed files with 38 additions and 1 deletions

View File

@@ -95,6 +95,20 @@
android:title="@string/reticker_colored_title"
android:summary="@string/reticker_colored_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="new_reticker"
android:dependency="reticker_status"
android:title="@string/new_reticker_title"
android:summary="@string/new_reticker_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="new_reticker_animation"
android:dependency="reticker_status"
android:title="@string/new_reticker_animation_title"
android:summary="@string/new_reticker_animation_summary"
android:defaultValue="false" />
</PreferenceCategory>