mukeshsolanki / android-otpview-pinview

A custom view to enter otp of different sizes used usually in cases of authentication.
MIT License
707 stars 207 forks source link

Do not highlight the OTP View #78

Closed ritesh-karmare closed 4 years ago

ritesh-karmare commented 4 years ago

I have created an OTPView with viewType = rectangle and itemCount = 4

Whenever a digit in respective editText is entered, it gets highlighted.

How to disable the edittext from getting highlighted ?

mukeshsolanki commented 4 years ago

just set the viewType="none"