Merge "Fix keyguard landscape layout on phones" into jb-mr1-dev
diff --git a/core/res/res/layout-land/keyguard_host_view.xml b/core/res/res/layout-land/keyguard_host_view.xml
index ac943cb..10034de 100644
--- a/core/res/res/layout-land/keyguard_host_view.xml
+++ b/core/res/res/layout-land/keyguard_host_view.xml
@@ -29,6 +29,7 @@
 
     <include layout="@layout/keyguard_widget_region"
         android:layout_width="0dp"
+        android:layout_height="match_parent"
         android:layout_weight=".45" />
 
     <com.android.internal.policy.impl.keyguard.KeyguardSecurityViewFlipper