Files
VercodeEditText/vcedittext-lib/src/main/res/values/attrs.xml

12 lines
530 B
XML
Raw Normal View History

<?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>