bug修改 - 反向手指guide+1

This commit is contained in:
renhaoting 2025-12-26 17:02:13 +08:00
parent c6fe2c7c33
commit 395ec8a371
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
.setHighlightShape(OvalShape(37.dp))
.setHighlightHorizontalPadding(0.dp)
.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()
}
.setBackgroundColor("#cc000000".toColorInt())