Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/soulqw/Curtain
Browse files Browse the repository at this point in the history
  • Loading branch information
soulqw committed Oct 27, 2021
2 parents 130d71b + 23cbf04 commit d854110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ dependencies {
//自定义高亮形状
.withShape(findViewById(R.id.btn_shape_custom), new RoundShape(12))
//自定义高亮形状的Padding
// .withPadding(findViewById(R.id.btn_shape_custom), Padding.only(30,20))
// .withPadding(findViewById(R.id.btn_shape_custom), Padding.only(30,20))
.withPadding(findViewById(R.id.btn_shape_custom), Padding.all(10))
.setTopView(R.layout.view_guide_1)
// .setNoCurtainAnimation(true)
// .setNoCurtainAnimation(true)
//如果你不希望Curtain拦截蒙层之下的事件的话
// .setInterceptTouchEvent(false)
// .setInterceptTouchEvent(false)
//add onclick listener in the top view
.addOnTopViewClickListener(R.id.tv_i_know, new OnViewInTopClickListener<IGuide>() {
@Override
Expand Down

0 comments on commit d854110

Please sign in to comment.