OtpView
OtpView copied to clipboard
A custom view to enter otp/pin of different sizes used usually in cases of authentication.
how to give box borders, as in th ebackground is white but the borders of the box are red? all I can chnage is the background.
It's crashing when app:hide_otp is set to "true". Working perfectly when it's set to "false". /AndroidRuntime: FATAL EXCEPTION: main Process: com.aku.myreferrals, PID: 14571 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.aku.myreferrals/com.aku.myreferrals.activities.PinCodeActivity}: android.view.InflateException:...
I'm trying to enable that it takes text as input as well but only accepts to take only numbers? and I found [here](https://github.com/aabhasr1/OtpView/blob/a674cdaec75b8bdf85130387358d258aba6f2654/otptextview/src/main/java/in/aabhasjindal/otptextview/OTPChildEditText.kt#L25) ` inputType = InputType.TYPE_CLASS_NUMBER ` how I...
is:issue if screen is launched with view as GONE , setting view programmatically as VISIBLE wont show the otp view
Error inflating class in.aabhasjindal.otptextview.OtpTextView
Added a new property for the OtpView to set a custom color for filled boxes
There is no Wiki on `hide_otp_drawable` settings. How to change the color of the masked numbers? Please suggest something.
The OTPViiew remains enabled and focusable even when we set `otpView.isEnabled = false & otpView.isFocusable = false`.
Is there any way with which I can change the background text color of filled text box?