I am trying to create a feature which hides/show .xml layout items similar to “javascript hide and show”? How do I accomplish this if the object is already stated inside of xml?
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.
Simply change the View’s visibility. You need to define a listener to toggle
View#setVisibility()between theVISIBLEandGONEorINVISIBLE.