diff options
| -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"      /> |