Android日历样式

时间:2013-09-14 16:05:49

标签: android

我尝试过这个答案来改变我的一个布局中的calendarview样式: Change CalendarView style但是eclipse正在给我一个错误,说明项目的资源,例如样式,是未定义的。

1 个答案:

答案 0 :(得分:1)

你可以使用 android: dateTextAppearence android:focusedMonthDatecolor android:selectedWeekBackgroundColor android :unfocusedMonthDateColor android:weekDayTextAppearance android:weekNumberColor ,以及 android:weekSeparatorLineColor 来更改日历视图的外观,但不会技术上本身并没有改变风格。

有关详细信息,请查看http://developer.android.com/reference/android/widget/CalendarView.html