<?xml version=
"1.0"
encoding=
"utf-8"
?>
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"#FFFFFF"
android:orientation=
"vertical"
>
<LinearLayout
android:id=
"@+id/selectmonth"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin=
"1dp"
android:background=
"#FFFFFF"
android:gravity=
"center_horizontal|center_vertical"
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/CalendarMonthTxt"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"90"
android:gravity=
"left"
android:paddingLeft=
"5dp"
android:text=
""
android:textColor=
"#222222"
android:textSize=
"22dip"
android:textStyle=
"bold"
/>
</LinearLayout>
<TableLayout
android:id=
"@+id/tl_calendar_monthly"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:background=
"#FFE4E1"
android:baselineAligned=
"true"
android:orientation=
"horizontal"
android:stretchColumns=
"1"
>
</TableLayout>
<LinearLayout
android:id=
"@+id/selectmenu"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin=
"10dp"
android:background=
"#FF00FF"
android:gravity=
"bottom"
android:orientation=
"horizontal"
>
</LinearLayout>
</LinearLayout>