Fix bug - 提现引导的手指可以往右挪一点,让他指到按钮上
This commit is contained in:
parent
ccd4d7750e
commit
db0fdcc700
|
|
@ -383,7 +383,7 @@ class WithDrawActivity : AppViewsEmptyViewModelActivity<ViewBinding>() {
|
||||||
.setHighlightShape(RectShape(10.dp, 10.dp, 10.dp))
|
.setHighlightShape(RectShape(10.dp, 10.dp, 10.dp))
|
||||||
.setHighlightHorizontalPadding(0.dp)
|
.setHighlightHorizontalPadding(0.dp)
|
||||||
.setConstraints(Constraints.TopToBottomOfHighlight + Constraints.EndToEndOfHighlight)
|
.setConstraints(Constraints.TopToBottomOfHighlight + Constraints.EndToEndOfHighlight)
|
||||||
.setMarginOffset(MarginOffset(top = -20.dp.toInt(), end = 20.dp.toInt()))
|
.setMarginOffset(MarginOffset(top = -40.dp.toInt(), end = 0.dp.toInt()))
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
.setBackgroundColor("#cc000000".toColorInt())
|
.setBackgroundColor("#cc000000".toColorInt())
|
||||||
|
|
|
||||||
|
|
@ -547,10 +547,10 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
|
||||||
val temp = 111
|
val temp = 111
|
||||||
})
|
})
|
||||||
.setTipsViewId(R.layout.guide_step_zerobuy)
|
.setTipsViewId(R.layout.guide_step_zerobuy)
|
||||||
.setHighlightShape(OvalShape(45.dp))
|
.setHighlightShape(OvalShape())
|
||||||
.setHighlightHorizontalPadding(0.dp)
|
.setHighlightHorizontalPadding(0.dp)
|
||||||
.setConstraints(Constraints.TopToBottomOfHighlight + Constraints.EndToEndOfHighlight)
|
.setConstraints(Constraints.TopToBottomOfHighlight + Constraints.EndToEndOfHighlight)
|
||||||
.setMarginOffset(MarginOffset(end = 20.dp.toInt()))
|
.setMarginOffset(MarginOffset(top = -20.dp.toInt(), end = 20.dp.toInt()))
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
.setBackgroundColor("#cc000000".toColorInt())
|
.setBackgroundColor("#cc000000".toColorInt())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue