Gajendra Singh Rathore
Gajendra Singh Rathore
@commandiron 1. When selected the range it should return the selected range else it'll be of no use.
@commandiron I think returning pair of dates is better option. I think LocalDate is fine. If we use **onCurrentDayClick** then the user will have to keep record of the first...
Would like to work on this issue! @hi-manshu
Duplicate issue #26
@hi-manshu Just a suggestion : Since we'll have these types of events :- - GOAL - REMINDER - TASK - EVENT we can represent each type with 1 colour >...
@hi-manshu how this can be handled?
This can be achieved on the implementation side by using a "View" and changing alpha from 0F to 1.5F(acc. to the intensity required) **but** this might not be a good...
> Using a View would require touching the view hierarchy of the background window. It may not be a very bad idea, but I'd like to know if it can...
```kotlin //function to apply the backgroundDim fun applyDim(parent: ViewGroup, dimAmount: Int) { val dim: Drawable = ColorDrawable(BLACK) dim.setBounds(0, 0, parent.width, parent.height) dim.alpha = dimAmount val overlay = parent.overlay overlay.add(dim) }...
Let's give it a try!