I have tried this answer to change a calendarview's style in one of my layouts: Change CalendarView style but eclipse is giving me the error saying the item's resources, such as styles, are undefined.
Asked
Active
Viewed 1,956 times
1 Answers
1
You could use android: dateTextAppearence, android:focusedMonthDatecolor, android:selectedWeekBackgroundColor, android:unfocusedMonthDateColor, android:weekDayTextAppearance, android:weekNumberColor, and android:weekSeparatorLineColor to change how your calendarview looks, however it would technically not be changing the style, per se.
For more information, check out http://developer.android.com/reference/android/widget/CalendarView.html

ChristonianCoder
- 295
- 1
- 10