摘要: declare-styleable是给自定义控件添加自定义属性用的1.首先,先写attrs.xml<?xml version="1.0" encoding="utf-8"?><resources> <declare-styleable name="TestAttr"> <attr name="name" format="reference" /> <attr name="age"> <flag name=&qu 阅读全文
posted @ 2012-09-18 13:24 似水流云 阅读(477) 评论(0) 推荐(0) 编辑