【达内课程】自定义控件(文字阴影)
程序员文章站
2022-06-07 13:44:06
...
res下新增attrs.xml
<resources>
<declare-styleable name="Shade">
<attr name="text" format="string"/>
<attr name="text_color" format="color"/>
<attr name="shade_color" format="color"/>
<attr name="text_size" format="float"/>
</declare-styleable>
</resources>
上一篇: SQLServer性能视图