Skip to content

Commit 1f33e64

Browse files
Fabrice Di MeglioAndroid (Google) Code Review
authored andcommitted
Merge "Fix keyguard pin/simpin/simpuk RTL-ization" into jb-mr1.1-dev
2 parents 7b0c877 + 05163aa commit 1f33e64

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)