Nexus 10 date picker landscape simple fix

Bug: 8581974
Change-Id: I79a580b1966f4d05dc8b5fb07c32ab2086dbfd13
diff --git a/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml b/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml
index 2faf0bb..00ce0dc 100644
--- a/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml
+++ b/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml
@@ -22,7 +22,7 @@
 
     <LinearLayout
         android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
+        android:layout_height="match_parent"
         android:layout_gravity="center"
         android:background="@color/white"
         android:orientation="vertical" >