BadgeTextViewAndroid 控件
BadgeTextView 是一個可以在 TextView 控件上顯示數(shù)字徽章的 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>
評論
圖片
表情
