I am changing EditText
visibility from invisible to visible by using setvisibility(View.INVISIBLE)
and setvisibility(View.VISIBLE)
. But i also want to know is there any method provided in android to check EditText
's visibility i.e is EditText
is visible or any of that kind.
Thanks in advance.
You should be able to retrieve that by calling the method isShown()
on your EditText
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With