diff options
author | Selim Cinek <cinek@google.com> | 2015-06-19 18:44:50 -0700 |
---|---|---|
committer | Selim Cinek <cinek@google.com> | 2015-06-20 03:23:57 +0000 |
commit | c99d9a95643c514ee0a671f023359931df443077 (patch) | |
tree | b3a049f1131c1ce6447ef0c9dcd82b29228d9129 /packages/SystemUI/res/layout | |
parent | 08d9834c1bbba5f7dd284ea648e45db8a7db115b (diff) | |
download | frameworks_base-c99d9a95643c514ee0a671f023359931df443077.zip frameworks_base-c99d9a95643c514ee0a671f023359931df443077.tar.gz frameworks_base-c99d9a95643c514ee0a671f023359931df443077.tar.bz2 |
Fixed content description of the lock icon when fingerprint is on
Also surfacing Fingerprint Errors now with a message.
Bug: 21565811
Change-Id: I3bba66303c08313dbca1df5ef2f20b251f541bc1
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r-- | packages/SystemUI/res/layout/keyguard_bottom_area.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml index 48af565..1488ad6 100644 --- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml +++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml @@ -68,7 +68,6 @@ android:layout_height="@dimen/keyguard_affordance_height" android:layout_gravity="bottom|center_horizontal" android:src="@drawable/ic_lock_24dp" - android:scaleType="center" - android:contentDescription="@string/accessibility_unlock_button" /> + android:scaleType="center" /> </com.android.systemui.statusbar.phone.KeyguardBottomAreaView> |