From 404ed2b0b2252582fca0e072696da9cfee37a8ec Mon Sep 17 00:00:00 2001 From: Grace Cheng Date: Fri, 25 Mar 2022 18:35:12 +0000 Subject: [PATCH] Hide fingerprint setup animation from talkback users Hides fingerprint setup animation from talkback users to prevent unlabelled talkback Fixes: 215461655 Test: Manually navigate to fingerprint setup page, swipe to confirm animation is not focusable or spoken by talkback Change-Id: I610ae68ed75d6b9f92005b0e12473b9c5dc6815b --- res/layout/udfps_enroll_find_sensor_layout.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/udfps_enroll_find_sensor_layout.xml b/res/layout/udfps_enroll_find_sensor_layout.xml index 1b3e0ee241f..300ed2aa4df 100644 --- a/res/layout/udfps_enroll_find_sensor_layout.xml +++ b/res/layout/udfps_enroll_find_sensor_layout.xml @@ -26,6 +26,7 @@ android:id="@+id/illustration_lottie" android:layout_width="match_parent" android:layout_height="400dp" + android:importantForAccessibility="no" android:scaleType="centerInside" app:lottie_imageAssetsFolder="images" app:lottie_autoPlay="true"