2014-11-23 53 views

回答

0

变化layout_height到你想要的值:

<com.tyczj.extendedcalendarview.ExtendedCalendarView 
    android:id="@+id/calendar" 
    android:layout_height="match_parent" 
    android:layout_width="match_parent"/> 

如:

<com.tyczj.extendedcalendarview.ExtendedCalendarView 
    android:id="@+id/calendar" 
    android:layout_height="100px" 
    android:layout_width="match_parent"/>