Open bhishman-desai opened 4 years ago
As Stated in Previous response from @SpongeBobSun :
"MCalendarView does not contain a title text view. You should add one yourself in your layout file. So yes, you can show anything you like in the title view."
Hi @desaibhishman did you manage to Edit the title style?
I think the title is set here:
public class MonthFragment extends Fragment { private MonthData monthData; private int cellView = -1; private int markView = -1; private boolean hasTitle = true; public void setData(MonthData monthData, int cellView, int markView){ this.monthData = monthData; this.cellView = cellView; this.markView = markView; }
}
Not sure how you would edit it as it is read-only?