我也正好做了一篇自定義的時間選擇器,大家可以看看 http://blog.csdn.net/demo006/article/details/73571956
2017-06-23
翻至上一頁,本月天數(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
回復(fù)一下那個幕粉說的 官方推薦用RelativeLayout 性能更高 每次創(chuàng)建應(yīng)用都是默認(rèn)這個的 別誤導(dǎo)
2017-06-12