summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-11-05 22:45:35 -0800
committerJim Miller <jaggies@google.com>2012-11-05 22:45:35 -0800
commit7dfc588a9db81a797b881aab41ac8951bebb033d (patch)
treec2620195b54b2b0ba2adb0240d54bce047dc5dc7
parent87d0366d9e41a0fb1e20cc021ba391ed92fab385 (diff)
downloadframeworks_base-7dfc588a9db81a797b881aab41ac8951bebb033d.zip
frameworks_base-7dfc588a9db81a797b881aab41ac8951bebb033d.tar.gz
frameworks_base-7dfc588a9db81a797b881aab41ac8951bebb033d.tar.bz2
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
-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 fbfb7cf..67af6f9 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 10b86b8..b5731ec 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"/>