在日历视图中仅显示当前月份 Android(或)禁用日历视图中的滚动视图.......
显示我写的日历的代码
<CalendarView
android:id="@+id/calendar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:showWeekNumber="false"
android:shownWeekCount="5"
android:scrollbars="none"/>
我怎样才能只显示当前月份.....?请帮帮我,谢谢。