memfis19 / Cadar

Android solution which represents month and list calendar views.
MIT License
359 stars 48 forks source link

Changing the parallax images #6

Closed Abdullah-Nasim closed 7 years ago

Abdullah-Nasim commented 7 years ago

Is there any way to change the parallax images and customize the title of month shown above the image for example change the position and changing the font color of the title etc ?

memfis19 commented 7 years ago

Hi, You can do it using decorators. ListCalendarConfiguration contains next ones methods:

  1. setEventLayout
  2. setWeekLayout
  3. setMonthLayout with the help of this methods you can customize event, week, month representation in list calendar.
Abdullah-Nasim commented 7 years ago

How to implement abstract method on scroll listener ? I am trying to call setMonthLayout ? It comes with monthDecorator

memfis19 commented 7 years ago

I'll add sample in nearest time.

memfis19 commented 7 years ago

Added in 0.2.0.