commit | 21574cdb37588eebdbe9c486909836aba800e050 | [log] [tgz] |
---|---|---|
author | Selim Cinek <cinek@google.com> | Thu Jul 23 15:05:38 2015 -0700 |
committer | Selim Cinek <cinek@google.com> | Fri Jul 24 16:30:22 2015 -0700 |
tree | 38ff49c9ada92ce57936de401b2968bb566098fc | |
parent | b48e9fdcabad7f20044f43a46e1f2c0459229862 [diff] |
Added content description for the fingerprint icon Bug: 22616421 Change-Id: I58b12ae656b81e02f66aafef3d86eef1ade1e804
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" /> </FrameLayout>
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" /> <View