12 lines
530 B
XML
12 lines
530 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<resources>
|
||
|
|
<!--验证码的属性-->
|
||
|
|
<declare-styleable name="VerCodeEditText">
|
||
|
|
<attr name="figures" format="integer" />
|
||
|
|
<attr name="verCodeMargin" format="dimension" />
|
||
|
|
<attr name="bottomLineSelectedColor" format="reference" />
|
||
|
|
<attr name="bottomLineNormalColor" format="reference" />
|
||
|
|
<attr name="bottomLineHeight" format="dimension" />
|
||
|
|
<attr name="selectedBackgroundColor" format="reference" />
|
||
|
|
</declare-styleable>
|
||
|
|
</resources>
|