Gentle notifications screen

With lockscreen and status bar settings

Test: robo tests
Bug: 128445911
Change-Id: I46c5943d4d8dc1ee74b5b920239f259f5880a2d3
This commit is contained in:
Julia Reynolds
2019-05-02 22:16:05 -04:00
parent 1c3d7aa1f9
commit 643eb7572f
17 changed files with 790 additions and 12 deletions

View File

@@ -7872,6 +7872,33 @@
<!-- Configure notifications: value for swipe direction [CHAR LIMIT=100] -->
<string name="swipe_direction_rtl">Swipe left to dismiss, right to show menu</string>
<!-- Configure notifications: link to education/gentle notification settings [CHAR LIMIT=100] -->
<string name="gentle_notifications_title">Gentle notifications</string>
<!-- Gentle notifications settings : header for selecting where gentle notifications should appear [CHAR LIMIT=100] -->
<string name="gentle_notifications_also_display">Also display in</string>
<!-- Gentle notifications settings: display in status bar [CHAR LIMIT=100] -->
<string name="gentle_notifications_display_status">Status bar</string>
<!-- Gentle notifications settings: display in lock screen [CHAR LIMIT=100] -->
<string name="gentle_notifications_display_lock">Lock screen</string>
<!-- Gentle notifications footer: what are gentle notification [CHAR LIMIT=NONE] -->
<string name="gentle_notifications_education">Gentle notifications are always silent and always appear in the pull-down shade</string>
<!-- Gentle notifications settings: display only in shade [CHAR LIMIT=100] -->
<string name="gentle_notifications_display_summary_shade">Display in pull-down shade only</string>
<!-- Gentle notifications settings: display in shade and on the lock screen [CHAR LIMIT=100] -->
<string name="gentle_notifications_display_summary_shade_lock">Display in pull-down shade &amp; on lock screen</string>
<!-- Gentle notifications settings: display in shade and on status bar [CHAR LIMIT=100] -->
<string name="gentle_notifications_display_summary_shade_status">Display in pull-down shade &amp; status bar</string>
<!-- Gentle notifications settings: display on all surfaces [CHAR LIMIT=100] -->
<string name="gentle_notifications_display_summary_shade_status_lock">Display in pull-down shade, status bar &amp; on lock screen</string>
<!-- Configure Notifications: Title for the pulse notification light option. [CHAR LIMIT=30] -->
<string name="notification_pulse_title">Blink light</string>