Fix bug - 提现引导的手指可以往右挪一点,让他指到按钮上

This commit is contained in:
renhaoting 2026-01-06 14:57:11 +08:00
parent ccd4d7750e
commit db0fdcc700
2 changed files with 3 additions and 3 deletions

View File

@ -383,7 +383,7 @@ class WithDrawActivity : AppViewsEmptyViewModelActivity<ViewBinding>() {
.setHighlightShape(RectShape(10.dp, 10.dp, 10.dp))
.setHighlightHorizontalPadding(0.dp)
.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()
}
.setBackgroundColor("#cc000000".toColorInt())

View File

@ -547,10 +547,10 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
val temp = 111
})
.setTipsViewId(R.layout.guide_step_zerobuy)
.setHighlightShape(OvalShape(45.dp))
.setHighlightShape(OvalShape())
.setHighlightHorizontalPadding(0.dp)
.setConstraints(Constraints.TopToBottomOfHighlight + Constraints.EndToEndOfHighlight)
.setMarginOffset(MarginOffset(end = 20.dp.toInt()))
.setMarginOffset(MarginOffset(top = -20.dp.toInt(), end = 20.dp.toInt()))
.build()
}
.setBackgroundColor("#cc000000".toColorInt())