这篇文章给大家介绍在Android中icon+控件实现文字的多种效果,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。第一步 自定义属性 在res/values/目录下新建attrs.xml文件, 添
这篇文章给大家介绍在Android中icon+控件实现文字的多种效果,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。
第一步 自定义属性
在res/values/目录下新建attrs.xml文件,
添加如下属性
<attr name="backColor" fORMat="color" /> <attr name="backColorPress" format="color" /> <attr name="textColor" format="color" /> <attr name="textColorPress" format="color" /> <declare-styleable name="ButtonExtendM"> <attr name="backColor"/> <attr name="backColorPress"/> <attr name="textColor"/> <attr name="textColorPress"/> <attr name="iconDrawable" format="reference" /> <attr name="iconDrawablePress" format="reference" /> <attr name="text" format="string" /> <attr name="textSize" format="float" /> <attr name="spacing" format="dimension" /> <attr name="style"> <enum name="iconLeft" value="0" /> <enum name="iconRight" value="1" /> <enum name="iconUp" value="2" /> <enum name="iconBottom" value="3" /> </attr> </declare-styleable>
--结束END--
本文标题: 在Android中icon+控件实现文字的多种效果
本文链接: https://lsjlt.com/news/226063.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0