From fa9189fd7425e7a097e46d54e545fbec631f9cac Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Thu, 17 Apr 2014 20:17:30 +0200 Subject: [PATCH] Fix not being able to unlock SIM PIN. Bug: 14120902 Change-Id: I812d9679000242eabea617ea75cf8355d16926b2 --- .../Keyguard/res/layout/keyguard_sim_pin_view.xml | 22 +++++++++++----------- .../Keyguard/res/layout/keyguard_sim_puk_view.xml | 22 +++++++++++----------- .../com/android/keyguard/KeyguardSimPinView.java | 2 +- .../com/android/keyguard/KeyguardSimPukView.java | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/Keyguard/res/layout/keyguard_sim_pin_view.xml b/packages/Keyguard/res/layout/keyguard_sim_pin_view.xml index e96220ecc655..0e2b33af427f 100644 --- a/packages/Keyguard/res/layout/keyguard_sim_pin_view.xml +++ b/packages/Keyguard/res/layout/keyguard_sim_pin_view.xml @@ -52,7 +52,7 @@ android:orientation="horizontal" android:layout_weight="1" > - @@ -130,7 +130,7 @@ android:layout_width="0px" android:layout_height="match_parent" android:layout_weight="1" - androidprv:textView="@+id/pinEntry" + androidprv:textView="@+id/simPinEntry" androidprv:digit="4" /> @@ -164,7 +164,7 @@ android:layout_width="0px" android:layout_height="match_parent" android:layout_weight="1" - androidprv:textView="@+id/pinEntry" + androidprv:textView="@+id/simPinEntry" androidprv:digit="7" /> @@ -203,7 +203,7 @@ android:layout_width="0px" android:layout_height="match_parent" android:layout_weight="1" - androidprv:textView="@+id/pinEntry" + androidprv:textView="@+id/simPinEntry" androidprv:digit="0" /> - @@ -131,7 +131,7 @@ android:layout_width="0px" android:layout_height="match_parent" android:layout_weight="1" - androidprv:textView="@+id/pinEntry" + androidprv:textView="@+id/pukEntry" androidprv:digit="4" /> @@ -165,7 +165,7 @@ android:layout_width="0px" android:layout_height="match_parent" android:layout_weight="1" - androidprv:textView="@+id/pinEntry" + androidprv:textView="@+id/pukEntry" androidprv:digit="7" /> @@ -204,7 +204,7 @@ android:layout_width="0px" android:layout_height="match_parent" android:layout_weight="1" - androidprv:textView="@+id/pinEntry" + androidprv:textView="@+id/pukEntry" androidprv:digit="0" />