Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer authored Oct 12, 2017
1 parent 040d53c commit 9fd9309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ compile 'com.necer.ncalendar:ncalendar:2.4.2'
```
#### 注意

```NCalendar```内部的布局需要加上背景颜色,只要是不透明的颜色都可以

```ncalendar:2.x.x```包含一个月日历```MonthCalendar```,一个周日历```WeekCalendar```和一个滑动切换不同视图的```NCalendar```
单一日历请使用```MonthCalendar```或者```WeekCalendar```
Expand All @@ -53,9 +55,7 @@ compile 'com.necer.ncalendar:ncalendar:2.4.2'

```NCalendar```内部需要一个实现了```NestedScrollingChild```的子类,```RecyclerView``````NestedScrollView```都可以。

#### 注意

```NCalendar```内部的布局需要加上背景颜色,只要是不透明的颜色都可以

### 主要Api

Expand Down

0 comments on commit 9fd9309

Please sign in to comment.