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
This commit is contained in:
Jim Miller
2012-11-05 22:45:35 -08:00
parent 87d0366d9e
commit 7dfc588a9d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
android:gravity="center_horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/ic_lockscreen_sim"/>

View File

@@ -28,7 +28,7 @@
android:gravity="center_horizontal">
<ImageView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/ic_lockscreen_sim"/>