bug修改 - 反向手指guide+1
This commit is contained in:
parent
c6fe2c7c33
commit
395ec8a371
|
|
@ -526,7 +526,7 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
|
||||||
.setHighlightShape(OvalShape(37.dp))
|
.setHighlightShape(OvalShape(37.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(top = -20.dp.toInt(), end = 10.dp.toInt()))
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
.setBackgroundColor("#cc000000".toColorInt())
|
.setBackgroundColor("#cc000000".toColorInt())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue