summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Kung <kingkung@google.com>2013-04-16 11:45:47 -0700
committerJames Kung <kingkung@google.com>2013-04-16 11:45:47 -0700
commit49923e6f9272f8e2f4bd97f4d959bd6fa0313e4a (patch)
tree07dbd7a23c3ac771fcb4b03e45f1a21d528cb7be
parent51da77ac265fc6e46403bc6f8d3cca57e57427d7 (diff)
downloadandroid_frameworks_opt_datetimepicker-49923e6f9272f8e2f4bd97f4d959bd6fa0313e4a.tar.gz
android_frameworks_opt_datetimepicker-49923e6f9272f8e2f4bd97f4d959bd6fa0313e4a.tar.bz2
android_frameworks_opt_datetimepicker-49923e6f9272f8e2f4bd97f4d959bd6fa0313e4a.zip
Removing vertical divider from date picker landscape
Bug: 8581974 Change-Id: I96ecd410a58c1b3e13edd0b43d215ed49366ca57
-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