diff options
| author | 2017-08-09 16:54:28 +0000 | |
|---|---|---|
| committer | 2017-08-09 16:54:28 +0000 | |
| commit | 98af408afd3b151e0945be5223f0c3ff8e845af8 (patch) | |
| tree | 1f2d059e9ab46e9d500bda168e65f0e7a0979785 | |
| parent | 44726df82692b7bb8c3d3f468183fa361b3c93c2 (diff) | |
| parent | a9fce8010def88c637c8de3a3b87a0f5e0c8fadb (diff) | |
Merge "Merge "LockIcon: update content description when config changes" into oc-dr1-dev am: f79068637a" into oc-mr1-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java index cdba24ca205c..6cfa83843666 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java @@ -332,6 +332,7 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL lp.width = getResources().getDimensionPixelSize(R.dimen.keyguard_affordance_width); lp.height = getResources().getDimensionPixelSize(R.dimen.keyguard_affordance_height); mLockIcon.setLayoutParams(lp); + mLockIcon.setContentDescription(getContext().getText(R.string.accessibility_unlock_button)); mLockIcon.update(true /* force */); lp = mLeftAffordanceView.getLayoutParams(); |