theDmon

Results 3 issues of theDmon

I want to animate a layout like this ViewAnimator .animate(layout) .translationY(-1000, 0) .alpha(0,1) .start(); But unfortunately this doesn't work. How to Make it work

``` calendarView.shouldAnimateOnEnter(true) .setFirstDayOfWeek(Calendar.MONDAY) .setOnDateClickListener(this::onDateClick) .setOnMonthChangeListener(this::onMonthChange) .setOnDateLongClickListener(this::onDateLongClick) .setOnMonthTitleClickListener(this::onMonthTitleClick); ``` I get the error : Cannot resolve method onDateClick and all the other methods, I know that I have to replace this...

How to remove the navigation buttons? The previous and next buttons