我也正好做了一篇自定義的時(shí)間選擇器,大家可以看看 http://blog.csdn.net/demo006/article/details/73571956
2017-06-23
翻至上一頁(yè),本月天數(shù)字體不變
解決方案:
if (date.getMonth() == calendar.getTime().getMonth()) {
tvCalendarDate.setTextColor(Color.parseColor("#000000"));
} else {
tvCalendarDate.setTextColor(Color.parseColor("#999999"));
}
解決方案:
if (date.getMonth() == calendar.getTime().getMonth()) {
tvCalendarDate.setTextColor(Color.parseColor("#000000"));
} else {
tvCalendarDate.setTextColor(Color.parseColor("#999999"));
}
2017-06-16
大神這個(gè)控件的日期是不是有問(wèn)題呀,翻到下一月或上一月日期都會(huì)變的不合理,都有錯(cuò)誤
2017-06-13
回復(fù)一下那個(gè)幕粉說(shuō)的 官方推薦用RelativeLayout 性能更高 每次創(chuàng)建應(yīng)用都是默認(rèn)這個(gè)的 別誤導(dǎo)
2017-06-12