时代广场和今天的约会

时间:2014-12-01 15:13:39

标签: android calendar widget android-time-square

Square的Times-Square日历小部件用户的快速提问。有没有办法不突出今天的约会?

目前,它以深灰色突出显示今天的日期,我想禁用它。我查看了GitHub代码,但无法弄清楚如何操作。

2 个答案:

答案 0 :(得分:0)

要更改今天日期的背景色,您需要覆盖可绘制文件夹中的calendar_bg_selector.xml并更改:

<item app:tsquare_state_today="true"> <color android:color="@color/new_bg_colour"/> </item>

类似地,要更改当日日期的文本颜色,请在res / color包中覆盖calendar_text_selector.xml并更改:

<item app:tsquare_state_today="true" android:color="@color/new_text_colour"/>

gitHub上的原始文件:

https://github.com/square/android-times-square/blob/master/library/src/main/res/color/calendar_text_selector.xml

https://github.com/square/android-times-square/blob/master/library/src/main/res/drawable/calendar_bg_selector.xml

答案 1 :(得分:-1)

calendar.init(today, maxDate.getTime());//.withSelectedDate(today); remove this