Merge "Fix a11y for tappable BiometricPrompt empty space" into rvc-dev am: fa68817d5c

Change-Id: Ia4c9c8c005d81601df3608bde870c9a4bad6b6c0
This commit is contained in:
Automerger Merge Worker
2020-03-04 23:09:05 +00:00

View File

@@ -23,6 +23,7 @@
android:id="@+id/background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:accessibilityLiveRegion="polite"
android:background="@color/biometric_dialog_dim_color"
android:contentDescription="@string/biometric_dialog_empty_space_description"/>