Swap the date and time picker layout to fit more on the screen

pull/14/head
Sam Bosley 13 years ago
parent 505e591a2d
commit 9b4622db70

@ -23,15 +23,10 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"/>
<com.todoroo.astrid.ui.CalendarView
android:id="@+id/calendar"
android:layout_width="fill_parent"
android:layout_height="250dip"
android:layout_weight="1" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dip"
android:layout_marginBottom="3dip"
android:orientation="horizontal"
android:layout_weight="1">
<LinearLayout
@ -52,6 +47,11 @@
android:orientation="vertical"/>
</LinearLayout>
<com.todoroo.astrid.ui.CalendarView
android:id="@+id/calendar"
android:layout_width="fill_parent"
android:layout_height="250dip"
android:layout_weight="1" />
<View
android:id="@+id/TEA_Separator"
android:layout_width="fill_parent"

Loading…
Cancel
Save