VercodeEditText
VercodeEditText copied to clipboard
:fire:An Android vercode EditText.(一个安卓验证码输入控件.仿[探探验证码输入控件])
这样会引用到compat库,而现在都是androidx
密码没法隐藏显示
版本为: implementation 'com.justkiddingbaby:vercodeedittext:1.1.0'
ondraw里是画笔是否应该重置呢 否则重新设置属性后不会生效 另外控件中 方法setBottomNormalColor 里mBottomSelectedColor 应该换成mBottomNormalColor @Override public void setBottomNormalColor(@ColorRes int bottomNormalColor) { mBottomSelectedColor = getColor(bottomNormalColor); postInvalidate(); }
the inputType is no effect to using textPassword
When making my phone Arabic that a language is written from right to left the Edittext view is only white although it having numbers. any help