aabhasr1 / OtpView

A custom view to enter otp/pin of different sizes used usually in cases of authentication.
MIT License
382 stars 99 forks source link

How to show cursor in otp box #14

Open e4basil opened 4 years ago

gargshashank commented 4 years ago

How we show cursor in OtpTextview.Please help

pbs009 commented 4 years ago

You can make active drawable vertical line, and set to active_box_bg

aabhasr1 commented 4 years ago

As the otp boxes are textview so showing cursor is not possible. You can use the approach described by @pbs009 .