initialize

open fun initialize(@NonNull context: Context)

Optionally override this method to do any initializing for your DayViewDecorator instance.

This method will be called whenever the date picker view is created, which can be important if, e.g., your decorator's compound drawables are dependent on configurations such as screen orientation.