Cherish: add StatusBar Lyric [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
cjybyjk
2020-10-06 10:26:35 +08:00
committed by Hưng Phan
parent ff938b9273
commit 0f1e289798
3 changed files with 11 additions and 2 deletions

View File

@@ -1225,13 +1225,11 @@
<string-array name="ticker_mode_entries">
<item>@string/ticker_disabled</item>
<item>@string/ticker_enabled</item>
<item>@string/ticker_media_enabled</item>
</string-array>
<string-array name="ticker_mode_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
<!-- Ticker animation mode -->

View File

@@ -1154,4 +1154,8 @@
<string name="ticker_animation_mode_alpha_fade">Fade</string>
<string name="ticker_animation_mode_scroll">Scroll</string>
<string name="ticker_tick_duration_title">Ticker duration</string>
<!-- Status Bar Lyric -->
<string name="status_bar_show_lyric_title">Status bar lyric</string>
<string name="status_bar_show_lyric_summary">Show lyric in status bar (need App support)</string>
</resources>