本文介绍了如何改变Android的日历视图的背景颜色?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用android.I本地日历视图present想改变一些在日历视图的日期present的回地面的颜色。我没有找到文档中的任何方法。有些人可以帮我吗?
I am using the native calendar view present in android.I want to change the back ground colour of some of the dates present in the calendar view . I don't find any methods in the documentation . Can some one help me out ?
推荐答案
您需要建立自己的CustomCalenderView
you need to build your own CustomCalenderView
扩展本地CalendarView并建立你想要的颜色背景的行为。
extends the Native CalendarView and build the behaviour that you want to color the background .
或者你可以使用这个库:
or you can use this library : TimesSquare for Android
,并认为它提供你在找什么。
and think it provide what you are looking for .
和请给我的反馈意见。
希望帮助。
这篇关于如何改变Android的日历视图的背景颜色?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!