Fix for Nexus 10 landscape layout

Bug: 8581974
Change-Id: I2e9fef9aa4e5afa1459b2c05c326ddc49f5054bf
diff --git a/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml b/res/layout-sw600dp-land/date_picker_dialog.xml
similarity index 78%
rename from res/layout-sw270dp-h560dp-land/date_picker_dialog.xml
rename to res/layout-sw600dp-land/date_picker_dialog.xml
index 00ce0dc..99b882f 100644
--- a/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml
+++ b/res/layout-sw600dp-land/date_picker_dialog.xml
@@ -16,7 +16,7 @@
 -->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content"
+    android:layout_height="@dimen/date_picker_view_animator_height"
     android:gravity="center"
     android:orientation="horizontal" >
 
@@ -27,15 +27,19 @@
         android:background="@color/white"
         android:orientation="vertical" >
 
-        <include layout="@layout/date_picker_header_view" />
-
-        <include
+        <LinearLayout
+            android:layout_width="wrap_content"
             android:layout_height="0dip"
             android:layout_weight="1"
-            layout="@layout/date_picker_selected_date" />
+            android:orientation="vertical" >
+
+            <include layout="@layout/date_picker_header_view" />
+
+            <include layout="@layout/date_picker_selected_date" />
+        </LinearLayout>
 
         <View
-            android:layout_width="@dimen/date_picker_component_width"
+            android:layout_width="match_parent"
             android:layout_height="1dip"
             android:background="@color/line_background" />
 
diff --git a/res/layout-sw270dp-h560dp/date_picker_dialog.xml b/res/layout-sw600dp/date_picker_dialog.xml
similarity index 100%
copy from res/layout-sw270dp-h560dp/date_picker_dialog.xml
copy to res/layout-sw600dp/date_picker_dialog.xml
diff --git a/res/layout-sw270dp-h560dp/date_picker_dialog.xml b/res/layout-w270dp-h560dp/date_picker_dialog.xml
similarity index 100%
rename from res/layout-sw270dp-h560dp/date_picker_dialog.xml
rename to res/layout-w270dp-h560dp/date_picker_dialog.xml
diff --git a/res/values-sw270dp-h560dp/dimens.xml b/res/values-w270dp-h560dp/dimens.xml
similarity index 100%
rename from res/values-sw270dp-h560dp/dimens.xml
rename to res/values-w270dp-h560dp/dimens.xml