move the horizontal grid under events in weekly view

This commit is contained in:
tibbi 2017-02-05 16:46:19 +01:00
parent 89891e939b
commit 4a42e7baef
1 changed files with 6 additions and 6 deletions

View File

@ -19,6 +19,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/week_horizontal_grid_holder"
android:layout_width="match_parent"
android:layout_height="@dimen/weekly_view_events_height"
android:orientation="vertical"/>
<LinearLayout
android:id="@+id/week_events_columns_holder"
android:layout_width="match_parent"
@ -70,12 +76,6 @@
</LinearLayout>
<LinearLayout
android:id="@+id/week_horizontal_grid_holder"
android:layout_width="match_parent"
android:layout_height="@dimen/weekly_view_events_height"
android:orientation="vertical"/>
</RelativeLayout>
</com.simplemobiletools.calendar.views.MyScrollView>