Disable talkback for BP subtitle

Disabling talkback for BP subtitle in biometric_prompt_layout.xml to
match auth_biometric_contents.xml, following UX decision in b/267405624

Fixes: 289000676
Test: (manual) Follow steps in b/289000676, observe expected behavior
Change-Id: I6a96899c34dbbed87326c9b10b5bdad2e5fb09f1
This commit is contained in:
Grace Cheng
2023-07-11 00:03:24 +00:00
parent 5980682f85
commit 488891a220

View File

@@ -39,6 +39,7 @@
android:singleLine="true"
android:marqueeRepeatLimit="1"
android:ellipsize="marquee"
android:importantForAccessibility="no"
style="@style/TextAppearance.AuthCredential.Subtitle"/>
<TextView