我使用的CalendarView中,我希望一次只查看一個月的日曆,並在滾動的下個月查看,但CalendarView一次顯示所有月份。下面是 是我的代碼。Android。 CalendarView ...每次只顯示一個月的日曆
<CalendarView
android:id="@+id/calendView"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_below="@+id/header"
android:layout_marginTop="60dp"
android:shownWeekCount="5"/>
耶限制高度是一個解決方案,但我還是想日曆視圖將佔據整個母公司的大小,所以我可以附加事件。你有沒有找到解決辦法? – committedandroider
也許你會知道如何解決這個問題:http://stackoverflow.com/questions/42885408/show-only-a-single-month-in-a-calenderview-with-navigation-between-other-months –