-1

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.

Community
  • 1
  • 1
superuser
  • 731
  • 10
  • 28

1 Answers1

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