mukeshsolanki / android-otpview-pinview

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

Can't enter values, It's unclickable! #47

Closed xSuperMu closed 5 years ago

mukeshsolanki commented 5 years ago

Have you added the styles as mentioned here https://github.com/mukeshsolanki/android-otpview-pinview#how-to-use-the-library

cyph3rcod3r commented 5 years ago

Can you tell us what exactly is needed to make it clickable I have just set the view in xml and it is visible in the activity but its not clickable and focusable.

mukeshsolanki commented 5 years ago

add <item name="otpViewStyle">@style/OtpWidget.OtpView</item> to your default app theme in the styles.xml

softmarshmallow commented 5 years ago

@mukeshsolanki Thanks!