Fix bug - 手指下面压着的字也可以用遮罩挡住,像现在只露一点但没有完全露出来,会有点奇怪
This commit is contained in:
parent
72cbad2b2f
commit
70da2d05a3
|
|
@ -539,14 +539,14 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
|
||||||
HighlightPro.with(this@TasksFragment)
|
HighlightPro.with(this@TasksFragment)
|
||||||
.setHighlightParameter {
|
.setHighlightParameter {
|
||||||
HighlightParameter.Builder()
|
HighlightParameter.Builder()
|
||||||
.setHighlightView(binding!!.llTaskZerobuy, {
|
.setHighlightView(binding!!.flZeroBug, {
|
||||||
val temp = 111
|
val temp = 111
|
||||||
})
|
})
|
||||||
.setTipsViewId(R.layout.guide_step_zerobuy)
|
.setTipsViewId(R.layout.guide_step_zerobuy)
|
||||||
.setHighlightShape(OvalShape(37.dp))
|
.setHighlightShape(OvalShape(45.dp))
|
||||||
.setHighlightHorizontalPadding(0.dp)
|
.setHighlightHorizontalPadding(0.dp)
|
||||||
.setConstraints(Constraints.TopToBottomOfHighlight + Constraints.EndToEndOfHighlight)
|
.setConstraints(Constraints.TopToBottomOfHighlight + Constraints.EndToEndOfHighlight)
|
||||||
.setMarginOffset(MarginOffset(top = -20.dp.toInt(), end = 10.dp.toInt()))
|
.setMarginOffset(MarginOffset(end = 20.dp.toInt()))
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
.setBackgroundColor("#cc000000".toColorInt())
|
.setBackgroundColor("#cc000000".toColorInt())
|
||||||
|
|
|
||||||
|
|
@ -357,6 +357,7 @@
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
android:id="@+id/fl_zero_bug"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="60dp">
|
android:layout_height="60dp">
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue