From 21574cdb37588eebdbe9c486909836aba800e050 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Thu, 23 Jul 2015 15:05:38 -0700 Subject: Added content description for the fingerprint icon Bug: 22616421 Change-Id: I58b12ae656b81e02f66aafef3d86eef1ade1e804 --- res/layout-land/fingerprint_enroll_finish.xml | 1 + res/layout/fingerprint_enroll_finish_base.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'res') diff --git a/res/layout-land/fingerprint_enroll_finish.xml b/res/layout-land/fingerprint_enroll_finish.xml index d70dc84..558866c 100644 --- a/res/layout-land/fingerprint_enroll_finish.xml +++ b/res/layout-land/fingerprint_enroll_finish.xml @@ -82,6 +82,7 @@ android:layout_width="120dp" android:layout_height="120dp" android:layout_gravity="center_horizontal" + android:contentDescription="@android:string/fingerprint_icon_content_description" android:src="@drawable/fp_app_indicator" /> diff --git a/res/layout/fingerprint_enroll_finish_base.xml b/res/layout/fingerprint_enroll_finish_base.xml index 4e641df..e0e261e 100644 --- a/res/layout/fingerprint_enroll_finish_base.xml +++ b/res/layout/fingerprint_enroll_finish_base.xml @@ -43,6 +43,7 @@ android:layout_height="120dp" android:layout_marginTop="56dp" android:layout_gravity="center_horizontal" + android:contentDescription="@android:string/fingerprint_icon_content_description" android:src="@drawable/fp_app_indicator" />