Commit 58ef7c23 authored by James Kung's avatar James Kung Committed by Android (Google) Code Review
Browse files

Merge "Removing vertical divider from date picker landscape" into jb-mr2-dev

parents d5ec70d1 49923e6f
......@@ -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
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment