summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/layout-land/date_picker_dialog.xml5
-rw-r--r--res/layout-sw270dp-h560dp-land/date_picker_dialog.xml5
2 files changed, 0 insertions, 10 deletions
diff --git a/res/layout-land/date_picker_dialog.xml b/res/layout-land/date_picker_dialog.xml
index 2c131ea..99b882f 100644
--- a/res/layout-land/date_picker_dialog.xml
+++ b/res/layout-land/date_picker_dialog.xml
@@ -46,11 +46,6 @@
<include layout="@layout/date_picker_done_button" />
</LinearLayout>
- <View
- android:layout_width="1dip"
- android:layout_height="match_parent"
- android:background="@color/line_background" />
-
<include layout="@layout/date_picker_view_animator" />
</LinearLayout> \ No newline at end of file
diff --git a/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml b/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml
index fa28888..2faf0bb 100644
--- a/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml
+++ b/res/layout-sw270dp-h560dp-land/date_picker_dialog.xml
@@ -42,11 +42,6 @@
<include layout="@layout/date_picker_done_button" />
</LinearLayout>
- <View
- android:layout_width="1dip"
- android:layout_height="@dimen/date_picker_view_animator_height"
- android:background="@color/line_background" />
-
<include layout="@layout/date_picker_view_animator" />
</LinearLayout> \ No newline at end of file