【Android】在任何View上添加红点★★★★★★★

效果图:

【Android】在任何View上添加红点★★★★★★★_第1张图片

源码地址:

https://github.com/vvinner/BadgeView

★有用的话Star一下

使用方式:

代码使用方式:

BadgeTextView.
            setBadgeColor(Color.RED).
            setCount(99).
            setShown(true);//Defualt true


你可能感兴趣的:(Android,Android,交互)