From cf8347b33ffb8162de2681f58bfb90855337c499 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Tue, 23 Jun 2015 17:48:48 -0400 Subject: [PATCH] Added contentDescription for fingerprint on the confirmCredential screen Bug: 21850269 Change-Id: Ia3720451a74e69e119b60121d7906274c522f70a --- res/layout/confirm_lock_password_base.xml | 1 + res/layout/confirm_lock_pattern_base.xml | 1 + res/values/strings.xml | 3 +++ 3 files changed, 5 insertions(+) diff --git a/res/layout/confirm_lock_password_base.xml b/res/layout/confirm_lock_password_base.xml index 069708f1eed..b20131aef11 100644 --- a/res/layout/confirm_lock_password_base.xml +++ b/res/layout/confirm_lock_password_base.xml @@ -85,6 +85,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_marginBottom="24dp" + android:contentDescription="@string/confirm_fingerprint_icon_content_description" android:visibility="gone"/> \ No newline at end of file diff --git a/res/layout/confirm_lock_pattern_base.xml b/res/layout/confirm_lock_pattern_base.xml index cd2cbef03a2..a69d297b419 100644 --- a/res/layout/confirm_lock_pattern_base.xml +++ b/res/layout/confirm_lock_pattern_base.xml @@ -88,6 +88,7 @@ android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_marginBottom="24dp" + android:contentDescription="@string/confirm_fingerprint_icon_content_description" android:visibility="gone"/> diff --git a/res/values/strings.xml b/res/values/strings.xml index 120c701b2ac..667d07fe28c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -777,6 +777,9 @@ You can add up to %d fingerprints + + Use your fingerprint to continue. + Encryption