VercodeEditText icon indicating copy to clipboard operation
VercodeEditText copied to clipboard

:fire:An Android vercode EditText.(一个安卓验证码输入控件.仿[探探验证码输入控件])

Results 12 VercodeEditText issues
Sort by recently updated
recently updated
newest added

这样会引用到compat库,而现在都是androidx

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