get Compound Drawable Right
open fun getCompoundDrawableRight(@NonNull context: Context, year: Int, month: Int, day: Int, valid: Boolean, selected: Boolean): Drawable
Override this method to return a right compound drawable for the day view corresponding to the provided date.
Return
The right compound drawable or null
Parameters
context
The context of the day view
year
The year number corresponding to the day view (see java.util.Calendar.YEAR)
month
The month number (0-11) corresponding to the day view (see )
day
The day of month number corresponding to the day view (see )
valid
Boolean for whether the day view is in a valid state (if not valid, the day view will likely look and behave disabled)
selected
Boolean for whether the day view is in a selected state (if selected, the day view will likely have a filled color background)