Skip to content

Commit be2ca79

Browse files
Jim MillerAndroid Git Automerger
authored andcommitted
am 7dfc588: Workaround for layout bug in SIM PIN/PUK views
* commit '7dfc588a9db81a797b881aab41ac8951bebb033d': Workaround for layout bug in SIM PIN/PUK views
2 parents 8eb3048 + 7dfc588 commit be2ca79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/res/res/layout/keyguard_sim_pin_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
android:gravity="center_horizontal">
2828

2929
<ImageView
30-
android:layout_width="wrap_content"
30+
android:layout_width="match_parent"
3131
android:layout_height="wrap_content"
3232
android:src="@drawable/ic_lockscreen_sim"/>
3333

core/res/res/layout/keyguard_sim_puk_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:gravity="center_horizontal">
2929

3030
<ImageView
31-
android:layout_width="wrap_content"
31+
android:layout_width="match_parent"
3232
android:layout_height="wrap_content"
3333
android:src="@drawable/ic_lockscreen_sim"/>
3434

0 commit comments

Comments
 (0)