am bb9e7dca: am be2ca79a: am 7dfc588a: Workaround for layout bug in SIM PIN/PUK views

* commit 'bb9e7dcae96c8913050166c9cc949e9f1c3c8d1f':
  Workaround for layout bug in SIM PIN/PUK views
This commit is contained in:
Jim Miller
2012-11-07 15:06:37 -08:00
committed by Android Git Automerger
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"/>