Skip to content

Commit 05163aa

Browse files
Jim MillerFabrice Di Meglio
authored andcommitted
Fix keyguard pin/simpin/simpuk RTL-ization
This fixes the PIN, SIM PIN, and SIM PUK keyboards to keep the keys in the same position for all languages. Fixes bug 7538528 Change-Id: Ib07e89e9496e6c5b91c1bbda7781eddeddea0554
1 parent 4f78450 commit 05163aa

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

core/res/res/layout/keyguard_pin_view.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
android:layout_height="0dp"
4040
android:orientation="vertical"
4141
android:layout_weight="1"
42+
android:layoutDirection="ltr"
4243
>
4344
<LinearLayout
4445
android:layout_width="match_parent"

core/res/res/layout/keyguard_sim_pin_view.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
android:layout_height="0dp"
4545
android:orientation="vertical"
4646
android:layout_weight="1"
47+
android:layoutDirection="ltr"
4748
>
4849
<LinearLayout
4950
android:layout_width="match_parent"

core/res/res/layout/keyguard_sim_puk_view.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
android:layout_height="0dp"
4646
android:orientation="vertical"
4747
android:layout_weight="1"
48+
android:layoutDirection="ltr"
4849
>
4950
<LinearLayout
5051
android:layout_width="match_parent"

0 commit comments

Comments
 (0)