Skip to content

Commit 7dfc588

Browse files
author
Jim Miller
committed
Workaround for layout bug in SIM PIN/PUK views
This prevents a degenerate layout while we figure out what's going on. Change-Id: I99d1c6e5ce59fd48a74258158208270b775c1511
1 parent 87d0366 commit 7dfc588

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)