Skip to content

Commit

Permalink
优化默认图片
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomsh committed Dec 18, 2018
1 parent a9eda44 commit 3c9bded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollbanner/src/main/java/com/ms/banner/Banner.java
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ public Banner start() {
setStyleUI();
setImageList(mDatas);
setData();
} else {
bannerDefaultImage.setVisibility(VISIBLE);
}
return this;
}
Expand Down

0 comments on commit 3c9bded

Please sign in to comment.