简体   繁体   English

日历在android 3.0中查看

[英]calendar View in android 3.0

I am trying to bring in the default Calendar's view into my app and i found its possible using this 我试图将默认日历的视图引入我的应用程序,但我发现使用此功能可能

 CalendarView calander = new CalendarView(this);
        setContentView(calander);

This shows the calendar in month mode. 这以月模式显示日历。 Is it possible to make the CalendarView show the calendar in hourly mode? 是否可以使CalendarView以小时模式显示日历?

我认为您需要为此编写自定义实现?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM