Cherish:Add ambient pulse and aod notifications [2/2]

Co-authored-by: Ido Ben-Hur <idoybh2@gmail.com>
Change-Id: I86ab495f83d36925b9173870a95277cc88af802b
Signed-off-by: DennySPb <dennyspb@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
maxwen
2019-12-03 00:44:16 +05:30
committed by Hưng Phan
parent 36c33da733
commit a38611496a
4 changed files with 229 additions and 3 deletions

View File

@@ -942,4 +942,30 @@
<string name="gaming_mode_notifications_all_title">Show toasts and notification</string>
<string name="gaming_mode_dynamic_title">Dynamic mode</string>
<string name="gaming_mode_dynamic_summary">Try detecting and adding gaming apps automatically</string>
<!-- Ambient edge lighting -->
<string name="pulse_ambient_light_category">Screen edge lighting</string>
<string name="pulse_ambient_light_title">Show on new notifcation</string>
<string name="pulse_ambient_light_summary">Show light pulse on new notification</string>
<string name="ambient_notification_light_enabled_title">Show on always on</string>
<string name="ambient_notification_light_enabled_summary">Show light pulse on new notification using always on</string>
<string name="ambient_notification_light_color_title">Custom color</string>
<string name="ambient_notification_light_color_summary">Default color for light pulse</string>
<string name="ambient_notification_light_hide_aod_title">Only show light pulse</string>
<string name="ambient_notification_light_hide_aod_summary">Hide all other display elements from always on</string>
<string name="ambient_notification_light_timeout_title">Timeout for light pulse</string>
<string name="entry_infinite">Infinite</string>
<string name="entry_five_minute">5 minutes</string>
<string name="entry_ten_minute">10 minutes</string>
<string name="entry_thirty_minute">30 minutes</string>
<string name="entry_sixty_minute">60 minutes</string>
<string name="entry_fifteen_minute">15 minutes</string>
<string name="ambient_notification_light_color_mode_title">Light pulse color</string>
<string name="ambient_notification_light_color_mode_automatic">Notification color</string>
<string name="ambient_notification_light_color_mode_accent">System accent color</string>
<string name="ambient_notification_light_color_mode_custom">Custom color</string>
<string name="pulse_ambient_light_duration_title">Duration</string>
<string name="pulse_ambient_light_duration_summary">Sets the ambient light animation duration</string>
<string name="pulse_ambient_light_repeat_count_title">Edge Light Repeat count</string>
<string name="pulse_ambient_light_repeat_count_summary">Set max repeat count. 0 for infinite</string>
</resources>