Android-Week-View
Android-Week-View copied to clipboard
Change text color for a specific event
I am wondering is there anyway to change the text color to specific event as the library do to change the background event color. i tried the mWeekView.setEventTextColor(Color.parseColor(getEvent_text_color())); but not working ! it's giving white color not even the color defined in xml ! I deleted also the attribut defined in xml because I thought it could make a bug , again not working ! Any help ?
did you find any solutions