If we have a view that has a spinner and the spinner is populated programmatically from within the application. Does the view’s xml change(aka gets rendered)? if that is true how can i get the new xml for that view?
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.
No, the views XML does not get changed. What’s displayed is dynamically computed, but the actual layout you’ve specified in your xml does not change.