We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
角标可以加个边框颜色和粗细的属性吗
The text was updated successfully, but these errors were encountered:
1.5.6 更新:
1.5.6
TabBadgeConfig新增了以下属性:
TabBadgeConfig
data class TabBadgeConfig( ... /**角标边框颜色*/ var badgeStrokeColor: Int = Color.TRANSPARENT, /**角标边框宽度*/ var badgeStrokeWidth: Int = 0 ...
Sorry, something went wrong.
是不是忘了在DslBadgeDrawable这个类更新了,无法通过onTabBadgeConfig直接设置
可以通过DslTabBadge对象的 gradientStrokeColor gradientStrokeWidth属性达到相同效果.
DslTabBadge
gradientStrokeColor
gradientStrokeWidth
No branches or pull requests
角标可以加个边框颜色和粗细的属性吗
The text was updated successfully, but these errors were encountered: