<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/month_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="70dp"
android:layout_margin="2dp"
tools:android="http://schemas.android.com/apk/res-auto">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/month_name"
android:layout_width="wrap_content"
android:layout_height="@dimen/head_month_size"
android:layout_gravity="center_horizontal"
android:gravity="center" />
<ru.workcal.ExpGridView
android:gravity="center"
android:rotation="0"
android:layoutDirection="ltr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/month_grid"
android:numColumns="7"
android:stretchMode="columnWidth">
</ru.workcal.ExpGridView>
</LinearLayout>
</android.support.v7.widget.CardView>