1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:padding="0sp" >
6 <com.morphoss.acal.views.MonthDayBox
7 android:id="@+id/DayColumnHeader"
8 style="@style/MonthDayColumnHeader"
9 android:layout_width="fill_parent"
10 android:layout_height="wrap_content"
11 android:visibility="gone" />
12 <com.morphoss.acal.views.MonthDayBox
13 android:id="@+id/DayBoxInMonth"
14 style="@style/MonthDayInMonth"
15 android:layout_width="fill_parent"
16 android:layout_height="fill_parent"
17 android:visibility="gone" />
18 <com.morphoss.acal.views.MonthDayBox
19 android:id="@+id/DayBoxOutMonth"
20 style="@style/MonthDayOutMonth"
21 android:layout_width="fill_parent"
22 android:layout_height="fill_parent"
23 android:visibility="gone" />
24 <com.morphoss.acal.views.MonthDayBox
25 android:id="@+id/DayBoxOutMonthHighlighted"
26 style="@style/MonthDayOutMonthHighlighted"
27 android:layout_width="fill_parent"
28 android:layout_height="fill_parent"
29 android:visibility="gone" />
30 <com.morphoss.acal.views.MonthDayBox
31 android:id="@+id/DayBoxHighlightDay"
32 style="@style/MonthDayHighlightDay"
33 android:layout_width="fill_parent"
34 android:layout_height="fill_parent"
35 android:visibility="gone" />