VerificationCodeView icon indicating copy to clipboard operation
VerificationCodeView copied to clipboard

Android 自定义方形输入框,仿滴滴验证码输入框

Results 10 VerificationCodeView issues
Sort by recently updated
recently updated
newest added

gradle 7.0.x 一直提示Failed to resolve

目前有个需求,场景是用自定义的键盘来输入。能提供一个输入的方法么?

mEtTextSize = typedArray.getDimensionPixelSize(R.styleable.vericationCodeView_vcv_et_text_size, 16); 这个取出来是px editText.setTextSize(mEtTextSize); 这里面需要是dp setTextSize(TypedValue.COMPLEX_UNIT_PX,mEtTextSize) 才行

现在很多手机收到验证码可以直接复制,但是在这里如果粘贴的话只填充了第一个edittext,怎么处理呢?

能不能留个qq联系你或者邮箱

楼主为什么输入框第一个默认显示 光标了 其他框点击也能显示?