diff options
author | Selim Cinek <cinek@google.com> | 2015-07-27 20:57:45 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-27 20:57:45 +0000 |
commit | a8c7c8c891c99ba49167fc0095aab404a85b94bb (patch) | |
tree | f3be5ae4d676bcae34f964ba1bd3723449e34f32 /res/layout | |
parent | 95ddf903495f97f6d008f8723887228015ed7ead (diff) | |
parent | 21574cdb37588eebdbe9c486909836aba800e050 (diff) | |
download | packages_apps_Settings-a8c7c8c891c99ba49167fc0095aab404a85b94bb.zip packages_apps_Settings-a8c7c8c891c99ba49167fc0095aab404a85b94bb.tar.gz packages_apps_Settings-a8c7c8c891c99ba49167fc0095aab404a85b94bb.tar.bz2 |
Merge "Added content description for the fingerprint icon" into mnc-dev
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/fingerprint_enroll_finish_base.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |