pfthomas e1688f3d19 [MaterialDatePicker][a11y] Improve date input validation feedback
Resolves https://github.com/material-components/material-components-android/issues/2223

Add `TextInputLayout.setErrorAccessibilityLiveRegion` and `TextInputLayout.getErrorAccessibilityLiveRegion` to allow controlling the way the TextInputLayout error is announced.

Example:

```
textInputLayout.setErrorAccessibilityLiveRegion(ViewCompat.ACCESSIBILITY_LIVE_REGION_NONE);
```

PiperOrigin-RevId: 497323465
2022-12-29 00:19:00 -05:00
..
2022-12-06 15:22:34 -05:00
2022-12-06 15:22:34 -05:00
2022-12-02 18:34:12 -05:00
2022-12-19 23:00:52 +00:00
2022-12-02 18:35:26 -05:00
2022-12-06 15:22:34 -05:00
2022-12-22 23:47:09 +00:00
2022-12-02 18:37:32 -05:00
2021-11-29 17:35:39 +00:00