File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
* Grab via gradle
39
39
40
40
```groovy
41
- compile 'com.github.alamkanak:android-week-view:1.2.1'
41
+ compile 'com.github.alamkanak:android-week-view:1.2.1@aar '
42
42
```
43
43
2. Add WeekView in your xml layout.
44
44
@@ -129,7 +129,7 @@ Use the following interfaces according to your need.
129
129
- `mWeekView.setEmptyViewClickListener()` to get a callback when any empty space is clicked
130
130
- `mWeekView.setEmptyViewLongPressListener()` to get a callback when any empty space is long pressed
131
131
- `mWeekView.setDateTimeInterpreter()` to set your own labels for the calendar header row and header column
132
- - `mWeekView.setScrolledListener ()` to get an event every time the first visible day has changed
132
+ - `mWeekView.setScrollListener ()` to get an event every time the first visible day has changed
133
133
134
134
Sample
135
135
----------
You can’t perform that action at this time.
0 commit comments