Android 控件 BadgeTextView
- 授权协议: MPL
- 开发语言: Java
- 操作系统: Android
- 软件首页: http://git.oschina.net/xiao-lifan/BadgeTextView
- 软件文档: http://git.oschina.net/xiao-lifan/BadgeTextView
软件介绍
BadgeTextView 是一个可以在 TextView 控件上显示数字徽章的 Android 控件。
属性说明:
<?xml version="1.0" encoding="utf-8"?><resources> <declare-styleable name="BadgeTextView"> <!--徽章文字颜色--> <attr name="badgeTextColor" format="color|reference" /> <!--徽章文字大小--> <attr name="badgeTextSize" format="dimension|reference" /> <!--徽章背景色--> <attr name="badgeBackgroundColor" format="color|reference" /> <!--徽章相对于控件的外边距--> <attr name="badgeMargin" format="dimension|reference" /> <!--徽章内边距--> <attr name="badgePadding" format="dimension|reference" /> </declare-styleable></resources>
RGB HSV 转换
RGB HSV 互转工具
RGB CMYK 转换工具
RGB CMYK 互转工具
