summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jim Miller <jaggies@google.com> 2012-11-07 15:06:37 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-11-07 15:06:37 -0800
commit449f48ff3bc99544ecf1676ed15a4126beea1f1e (patch)
tree83ac0b6758dfd4fd1ad906638b4d26d2a5090613
parentd3bd6eb8b2f348c19fbbe79a11c0dc9aa5f27637 (diff)
parentbb9e7dcae96c8913050166c9cc949e9f1c3c8d1f (diff)
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
-rw-r--r--core/res/res/layout/keyguard_sim_pin_view.xml2
-rw-r--r--core/res/res/layout/keyguard_sim_puk_view.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout/keyguard_sim_pin_view.xml b/core/res/res/layout/keyguard_sim_pin_view.xml
index 36e1b150cff7..77be244244e0 100644
--- a/core/res/res/layout/keyguard_sim_pin_view.xml
+++ b/core/res/res/layout/keyguard_sim_pin_view.xml
@@ -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"/>
diff --git a/core/res/res/layout/keyguard_sim_puk_view.xml b/core/res/res/layout/keyguard_sim_puk_view.xml
index e846a7bb9b9b..204122650d8e 100644
--- a/core/res/res/layout/keyguard_sim_puk_view.xml
+++ b/core/res/res/layout/keyguard_sim_puk_view.xml
@@ -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"/>