Drakot

Results 16 comments of Drakot

any news with this?

Same here, what I did was this. ` calendarView.setDisabledDaysCriteria(new DisabledDaysCriteria(Calendar.SATURDAY, Calendar.SATURDAY, DisabledDaysCriteriaType.DAYS_OF_WEEK)); calendarView.setDisabledDaysCriteria(new DisabledDaysCriteria(Calendar.SUNDAY, Calendar.SUNDAY, DisabledDaysCriteriaType.DAYS_OF_WEEK));` Not a very good solition, but it works.

Same here, it is not showing anything in the interfaceBuilder or at the UI. Using XCODE 8.3

It seems that every background color you enter is overwritten in this line. public ButtonFloat(Context context, AttributeSet attrs) { super(context, attrs); X-----> setBackgroundResource(R.drawable.background_button_float); :(

I had to add another library for dialogs https://github.com/afollestad/material-dialogs