diff options
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java')
-rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java b/packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java index a3862eb72362..a543d1712299 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardPINView.java @@ -102,7 +102,8 @@ public class KeyguardPINView extends KeyguardPinBasedInputView { findViewById(R.id.key9) }, new View[]{ - null, findViewById(R.id.key0), findViewById(R.id.key_enter) + findViewById(R.id.delete_button), findViewById(R.id.key0), + findViewById(R.id.key_enter) }, new View[]{ null, mEcaView, null |