Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
uncn committed Sep 5, 2018
1 parent 0da8ecb commit 73e1fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
});
banner.setOnItemBindListener(new Banner.OnItemBindListener<Bean>() {
@Override
public void onItemBind(int position, Bean item, AppCompatImageView view) {
public void onItemBind(int position, Bean item, ImageView view) {
Glide.with(getApplicationContext()).load(item.getUrl()).into(view);
}
});
Expand Down

0 comments on commit 73e1fda

Please sign in to comment.