I have a simple input form; it\'s a vertical LinearLayout with EditTexts inside a ScrollView.
Happened to me today, basically I was adding a View programmatically between some existing views, and Scroll automatically moved to focus that view. What I just did, is the following:
container.setFocusable( false );