Android中自定义控件的declare-styleable属性重用方案
最近接触了Android自定义控件,涉及到自定义xml中得属性(attribute),其实也很简单,但是写着写着,发现代码不完美了,就是在attrs.xml这个文件中,发现属性冗余,于是就想有没有类似属性继承或者include之类的方法.本文将就declare-stylable中属性重用记录一下.
不完美的代码
<?xmlversion="1.0"encoding="utf-8"?>
<resources>
<declare-styleablename="ExTextView">
<attrname="enableOnPad"format="boolean"/>
<attrname="supportDeviceType"format="reference"/>
</declare-styleable>
<declare-styleablename="ExEditText"> <attrname="enableOnPad"format="boolean"/> <attrname="supportDeviceType"format="reference"/> </declare-styleable> </resources>
热门推荐
3 带清的简短祝福语
10 新年给妹妹祝福语简短
11 女生成年祝福语简短
12 男士送花祝福语大全简短
13 老师送的祝福语简短
14 爱情祝福语大全 简短实际
15 妈妈给宝贝祝福语简短
16 周末祝福语正能量简短
17 简短的祝福语12字
18 龙年简短祝福语有哪些