diff options
| author | 2025-03-05 13:42:09 -0800 | |
|---|---|---|
| committer | 2025-03-05 13:42:09 -0800 | |
| commit | e4788c933a362b1fe8b74e4bc7f549237af299cc (patch) | |
| tree | 131aeccaa7488109c18d3e456db4b7283bb8a1f9 | |
| parent | 419e5036606be08db311122c0d01dd82ebcff346 (diff) | |
| parent | 04c0e0bcd037f7caba46c5122a1a29684100a75c (diff) | |
Merge "Set ACCESSIBILITY_LIVE_REGION_POLITE for ProgressStyle progress bar." into main
| -rw-r--r-- | core/res/res/layout/notification_template_notification_progress_bar.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/core/res/res/layout/notification_template_notification_progress_bar.xml b/core/res/res/layout/notification_template_notification_progress_bar.xml index 35748962cfb2..8511d38718d1 100644 --- a/core/res/res/layout/notification_template_notification_progress_bar.xml +++ b/core/res/res/layout/notification_template_notification_progress_bar.xml @@ -20,4 +20,5 @@      android:layout_width="match_parent"      android:layout_height="@dimen/notification_progress_tracker_height"      style="@style/Widget.Material.Notification.NotificationProgressBar" +    android:accessibilityLiveRegion="polite"      /> |