-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set value with Java? #61
Comments
PinView extends EditText, so, you can use |
PinView test = findViewById(R.id.test); I tried this but I am getting an error. |
Can you provide the error message or the layout code? |
@ChaosLeung setText() Not Working on Latest Version !! |
setText not working |
I solved this by adding: If you are facing this problem in java+firebasePhoneAuth. Do this, I hope it works. |
|
1 similar comment
|
Hey, I'm trying to read SMS pin automatically. But I didn't find setValue or etc in Java. How can I set a value?
The text was updated successfully, but these errors were encountered: