Monday, April 13, 2015

Android : Changing the Font of a Android CalendarView



I have simple Calendar up and running, changed the first day of the week and it is now showing week numbers. at first this was enough for me, but the font the Calendar uses is different from the rest of the app.


I have tried multiple things




  • Add the font through Java code, only problem is, my calender isnt defined with java, it only uses XML




  • Changing the android:dateTextAppearence, didnt work either.




  • Make a style that forces a font, only problem is i cant seem to do this...




I just dont know what i am doing wrong, spend a while on the android developers site but that didnt help me either.


No comments:

Post a Comment