I am trying to add listener for a button.
with property visibility :invisible.
is it possible to add?
I am trying to add listener for a button. with property visibility :invisible. is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add listener.
But you cant click invisible button
so that listener cant be invoked at any time of Activity running…
but u can make transparent image as background and also text=""
so it wont visible to user also no need to make it as invisible.
Listener also invoked when user touch that place.