prepare a layout for showing all-day events in weekly view

This commit is contained in:
tibbi 2017-02-03 21:35:26 +01:00
parent e642d91636
commit 3339b635b6
1 changed files with 75 additions and 60 deletions

View File

@ -6,6 +6,13 @@
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:id="@+id/week_top_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="vertical">
<LinearLayout
android:id="@+id/week_letters_holder"
android:layout_width="match_parent"
@ -78,6 +85,14 @@
</LinearLayout>
<RelativeLayout
android:id="@+id/week_all_day_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</RelativeLayout>
</LinearLayout>
<com.simplemobiletools.calendar.views.MyScrollView
android:id="@+id/week_events_scrollview"
android:layout_width="match_parent"