我想在我的android应用程序上显示一个calendarview。
默认的Android日历不是很好。
我想改善此日历的外观和功能。
为此,有人建议吗?
最佳答案
如果发现扩展CalendarView像我一样令人头疼,则可以随时创建自己的CustomCalendarView。
在您自己的视图中,您可以从本机CalendarView中窃取所需的任何功能:
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/2.1_r2/com/android/calendar/CalendarView.java
关于android - 修改CalendarView?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6214828/