Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chengdazhi committed Aug 31, 2016
1 parent b026002 commit 572d4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ mDecentBanner.start(List<View> views, List<String> titles, int intervalSeconds,
```java
mDecentBanner.startAutoPlay();
mDecentBanner.stopAutoPlay();
```

* You can call these method to enable/disable gradient cover or to query whether the cover is enabled

```java
mDecentBanner.setGradientEnabled(boolean enabled);
mDecentBanner.isGradientEnabled();
```
Expand Down

0 comments on commit 572d4e8

Please sign in to comment.