Android如何实现这种格子日历,根据时间和其他属性设置不同颜色的格子?
我的思路大概这样: 自定义view ondraw() color=updateCount>1?Color.Gray:Color.Blue;