You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@ Use the following interfaces according to your need.
171
171
- `mWeekView.setScrollListener()` to get an event every time the first visible day has changed
172
172
- `mWeekView.setAddEventClickListener()` to get the start and end time of an event to add
173
173
- `mWeekView.setTextColorPicker()` to change the textcolor of an event, based on the event. You can, for example, set a different text color depending on the color of the event.
174
+
- `mWeekView.setDropListener()` to get a callback when a view is dropped at a certain date.
0 commit comments