BadgeTextView Android 控件

程序名称:BadgeTextView

授权协议: MPL

操作系统: Android

开发语言: Java

BadgeTextView 介绍

BadgeTextView 是一个可以在 TextView 控件上显示数字徽章的 Android 控件。

Screenshot

属性说明:

<?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>

BadgeTextView 官网

http://git.oschina.net/xiao-lifan/BadgeTextView

相关编程语言

BBGestureBack Full screen return gesture(全屏手...
Framework7 或者叫 F7 是全功能的绑定 iOS 7 应用的...
iOS 调试库,支持 iOS8+,无需添加任何代码,方便 i...
DarkModeKit是在Apple官方的深色模式发布之前设计和...
SimpleNote iOS 版客户端。SimpleNote 是一款在多平...
Kivy iOS,此工具旨在为 iOS 编译必要的库以运行应用...