Ric17101

Results 4 comments of Ric17101

Someone can answer this? Same problem just for security purpose..

Even using the sample app from the repo doesn't help, no error logs or crashes happens.

I have tried this [solution](https://github.com/jkwiecien/EasyImage/issues/240#issuecomment-822331559) as well, but with no luck

Try to change the method inside the RobotoCalendarView.java to this ``` private void setUpMonthLayout() { String dateText = new DateFormatSymbols(Locale.getDefault()).getMonths()[currentCalendar.get(Calendar.MONTH)]; dateText = dateText.substring(0, 1).toUpperCase() + dateText.subSequence(1, dateText.length()); Calendar calendar =...