Merge "Some more a11y fixes" into rvc-dev am: c78ad2087d
Change-Id: Ibdb294c1e340f71c29dbd94de7f872b0accd7e25
This commit is contained in:
@@ -90,6 +90,7 @@ public class NotificationHistoryActivity extends Activity {
|
||||
expand.setContentDescription(container.getVisibility() == View.VISIBLE
|
||||
? getString(R.string.condition_expand_hide)
|
||||
: getString(R.string.condition_expand_show));
|
||||
expand.setAccessibilityLiveRegion(View.ACCESSIBILITY_LIVE_REGION_POLITE);
|
||||
});
|
||||
|
||||
TextView label = viewForPackage.findViewById(R.id.label);
|
||||
|
||||
Reference in New Issue
Block a user