Action:alter

Description:修改VercodeEditText控件,修复下划线异常、height无法适配、宽度左右缩进问题;
TODO:修复无法输入bug
This commit is contained in:
yj
2017-06-12 11:05:25 +08:00
parent b296fa6620
commit c158f81795
7 changed files with 410 additions and 30 deletions

View File

@@ -0,0 +1,12 @@
<?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>