summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xiaowen Lei <xilei@google.com> 2025-03-05 13:42:09 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-05 13:42:09 -0800
commite4788c933a362b1fe8b74e4bc7f549237af299cc (patch)
tree131aeccaa7488109c18d3e456db4b7283bb8a1f9
parent419e5036606be08db311122c0d01dd82ebcff346 (diff)
parent04c0e0bcd037f7caba46c5122a1a29684100a75c (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.xml1
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"
/>