Skip to content

Commit

Permalink
修改 Banner 默认高度
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujiang2 committed Jul 21, 2023
1 parent 6e6b6bb commit 9746efd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion banner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.zj.banner'
artifactId = 'banner'
version = '2.6.2'
version = '2.6.3'
}
// // Creates a Maven publication called “debug”.
// debug(MavenPublication) {
Expand Down
1 change: 0 additions & 1 deletion banner/src/main/java/com/zj/banner/BannerPager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ fun <T : BaseBannerBean> BannerPager(
fraction = 1f - pageOffset.coerceIn(0f, 1f)
)
}
.fillMaxSize()
.padding(config.bannerImagePadding),
shape = config.shape,
imageRatio = config.imageRatio,
Expand Down

0 comments on commit 9746efd

Please sign in to comment.