Merge "Zen a11y: Add a blurb re: screen readers to total silence." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5b1548b6b4
@@ -772,6 +772,9 @@
|
||||
<!-- Shows when people have clicked on the camera icon [CHAR LIMIT=60] -->
|
||||
<string name="camera_hint">Swipe from icon for camera</string>
|
||||
|
||||
<!-- Accessibility content description for Interruption level: None. [CHAR LIMIT=NONE] -->
|
||||
<string name="interruption_level_none_with_warning">Total silence. This will also silence screen readers.</string>
|
||||
|
||||
<!-- Interruption level: None. [CHAR LIMIT=40] -->
|
||||
<string name="interruption_level_none">Total silence</string>
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@ public class ZenModePanel extends LinearLayout {
|
||||
|
||||
mZenButtons = (SegmentedButtons) findViewById(R.id.zen_buttons);
|
||||
mZenButtons.addButton(R.string.interruption_level_none_twoline,
|
||||
R.string.interruption_level_none,
|
||||
R.string.interruption_level_none_with_warning,
|
||||
Global.ZEN_MODE_NO_INTERRUPTIONS);
|
||||
mZenButtons.addButton(R.string.interruption_level_alarms_twoline,
|
||||
R.string.interruption_level_alarms,
|
||||
|
||||
Reference in New Issue
Block a user