Cherish: reticker

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Dil3mm4
2021-04-02 23:33:14 +05:30
committed by Hưng Phan
parent 3339126517
commit a8bbe456e1
2 changed files with 30 additions and 0 deletions

View File

@@ -1172,4 +1172,10 @@
<string name="custom_seekbar_default_value">Default</string>
<string name="custom_seekbar_default_value_to_set">Default value: <xliff:g id="v">%s</xliff:g>\nLong press to set</string>
<string name="custom_seekbar_default_value_is_set">Default value is set</string>
<!-- reTicker -->
<string name="reticker_title">reTicker</string>
<string name="reticker_summary">Replace your notifications with a redesigned version of tickers! \nSlim and less invasive than a standard notification</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

@@ -68,6 +68,30 @@
android:defaultValue="true" />
</PreferenceCategory>
<!-- reTicker -->
<PreferenceCategory
android:title="@string/reticker_title" >
<com.cherish.settings.preferences.SystemSettingSwitchPreference
settings:iconSpaceReserved="false"
android:key="reticker_status"
android:title="@string/reticker_title"
android:summary="@string/reticker_summary"
android:order="9"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
settings:iconSpaceReserved="false"
android:dependency="reticker_status"
android:key="reticker_colored"
android:title="@string/reticker_colored_title"
android:summary="@string/reticker_colored_summary"
android:order="10"
android:defaultValue="false" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference