summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2023-07-14 11:04:13 -0700
committer Aaron Liu <aaronjli@google.com> 2023-07-31 19:49:54 +0000
commitd021ca901b2b265ad0f13e8e577fe3fd56768490 (patch)
tree52bb79be824a65c5ec9813772855e776a273e66a
parent1e7ed25da490585b86270364198a17e804f3a226 (diff)
Make bouncer title not selectable in talkback
The title should announce the text but should not be selectable in a11y services. Test: Open bouncer with talkback on. Fixes: 260986759 Change-Id: Iaf2291754cbbfec859360721db6982ec7fcb3dff Merged-In: Iaf2291754cbbfec859360721db6982ec7fcb3dff (cherry picked from commit 30e756d3c722e8942929a3826796527198dd2aad)
-rw-r--r--packages/SystemUI/res-keyguard/layout/keyguard_bouncer_message_area.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_bouncer_message_area.xml b/packages/SystemUI/res-keyguard/layout/keyguard_bouncer_message_area.xml
index 57b3acd6557a..66c54f2a668e 100644
--- a/packages/SystemUI/res-keyguard/layout/keyguard_bouncer_message_area.xml
+++ b/packages/SystemUI/res-keyguard/layout/keyguard_bouncer_message_area.xml
@@ -21,6 +21,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/keyguard_lock_padding"
+ android:importantForAccessibility="no"
android:ellipsize="marquee"
android:focusable="true"
android:gravity="center"