Drakot
Drakot
I deleted **_apply plugin: 'com.jakewharton.butterknife'_** and It worked
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); :(
Same here!
I had to add another library for dialogs https://github.com/afollestad/material-dialogs