Action:alter
Description:修改VercodeEditText控件,修复下划线异常、height无法适配、宽度左右缩进问题; TODO:修复无法输入bug
This commit is contained in:
12
vcedittext-lib/src/main/res/values/attrs.xml
Normal file
12
vcedittext-lib/src/main/res/values/attrs.xml
Normal 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>
|
||||
Reference in New Issue
Block a user