Cherish:add edge light customizations[2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
jhonboy121
2022-09-07 22:10:55 +07:00
committed by Hưng Phan
parent 6afb47422d
commit d8b45d674a
5 changed files with 162 additions and 0 deletions

View File

@@ -362,4 +362,19 @@
<item>EEEE MM/dd</item>
<item>@string/status_bar_date_format_custom</item>
</string-array>
<!-- Edge light color modes -->
<string-array name="edge_light_color_mode_entries" translatable="false">
<item>@string/accent_color</item>
<item>@string/notification_color</item>
<item>@string/wallpaper_color</item>
<item>@string/custom_color</item>
</string-array>
<string-array name="edge_light_color_mode_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
</resources>

View File

@@ -568,5 +568,21 @@
<string name="qs_footer_category">QS Footer</string>
<string name="qs_footer_datausage_title">Data usage</string>
<string name="qs_footer_datausage_summary">Display data usage summary in quick settings footer</string>
<!-- Edge light -->
<string name="edge_light_title">Edge light</string>
<string name="enable_edge_light">Enable Edge Light</string>
<string name="edge_light_intro_text">Display an animation along the edges of the screen when pulsing</string>
<string name="edge_light_always_trigger_on_pulse_title">Always trigger on pulse</string>
<string name="edge_light_always_trigger_on_pulse_summary">Whether to show edge light whenever ambient display is shown and not just for notifications</string>
<string name="edge_light_repeat_animation_title">Repeat animation</string>
<string name="edge_light_repeat_animation_summary_on">Repeat until timeout</string>
<string name="edge_light_repeat_animation_summary_off">Show only once</string>
<string name="edge_light_color_mode_title">Edge light color mode</string>
<string name="accent_color">Accent color (Default)</string>
<string name="notification_color">Notification color</string>
<string name="wallpaper_color">Wallpaper color</string>
<string name="custom_color">Custom color</string>
<string name="edge_light_custom_color_title">Custom color</string>
</resources>