Can I control a horizontal linear layout by pressing the menu button on android? I basically want the layout to be invisible until the menu button on the phone is pressed which brings up the layout on the screen.
Thanks,
Ab
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.
Look into View stubs, that may do what you need. You can set the layout to invisible in xml, and in code where need make them visible.