Android 控件 BadgeTextView

码农软件 · 软件分类 · Android UI 组件 · 2019-04-25 16:12:05

软件介绍

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>

本文地址:https://www.codercto.com/soft/d/4365.html

Effective Java

Effective Java

Joshua Bloch / Addison-Wesley Professional / 2018-1-6 / USD 54.99

The Definitive Guide to Java Platform Best Practices—Updated for Java 9 Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Jav......一起来看看 《Effective Java》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具