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:
@@ -1002,4 +1002,34 @@
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="ambient_notification_light_timeout_entries" translatable="false">
|
||||
<item>@string/entry_infinite</item>
|
||||
<item>@string/entry_five_minute</item>
|
||||
<item>@string/entry_ten_minute</item>
|
||||
<item>@string/entry_fifteen_minute</item>
|
||||
<item>@string/entry_thirty_minute</item>
|
||||
<item>@string/entry_sixty_minute</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="ambient_notification_light_timeout_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>300</item>
|
||||
<item>600</item>
|
||||
<item>900</item>
|
||||
<item>1800</item>
|
||||
<item>3600</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="ambient_notification_light_color_mode_entries" translatable="false">
|
||||
<item>@string/ambient_notification_light_color_mode_automatic</item>
|
||||
<item>@string/ambient_notification_light_color_mode_accent</item>
|
||||
<item>@string/ambient_notification_light_color_mode_custom</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="ambient_notification_light_color_mode_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user