Files
VercodeEditText/vcedittext-lib/src/main/res/values/attrs.xml
yj c158f81795 Action:alter
Description:修改VercodeEditText控件,修复下划线异常、height无法适配、宽度左右缩进问题;
TODO:修复无法输入bug
2017-06-12 11:05:25 +08:00

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>