我想创建一个类似google-calendar的表格,它以横向显示:

。
有没有简单的方法可以做到这一点,或者我必须挖掘谷歌日历的源代码?我不需要日历本身,只需要它的桌子。
发布于 2016-05-25 22:51:17
我猜你需要的就是,通读一遍就行了。

发布于 2016-05-25 22:34:02
android中有一个日历视图,可以为你显示日历。请参阅此链接:
日历视图安卓https://developer.android.com/reference/android/widget/CalendarView.html
https://stackoverflow.com/questions/37439913
复制相似问题