Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglu1209 committed Sep 3, 2016
1 parent c351b15 commit bb0d5f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## 如何使用?

allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}

--------------------

dependencies {
compile 'com.github.wanglu1209:Banner:1.0'
}
继承BannerPagerAdapter,重写构造和setView方法即可

在构造里传入context和数据,在setView方法中实现自己想要实现的效果
Expand Down

0 comments on commit bb0d5f3

Please sign in to comment.