It happens in both the Eclipse UI designer and when the app in running. Seems to only happen when I add multiple <include> elements.
It happens in both the Eclipse UI designer and when the app in running.
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.
Turns out this will happen if you include a layout that contains an EditText view that contains a
<requestFocus>tag. The ScrollView automatically scrolls to the last item with the<requestFocus>tag.