I have a scroll view with a Label, Edittext, 3 buttons, a checkbox and a spinner all dynamically generated on each row (many rows are made). When I scroll the scrollview, one of the edittexts gets focus, even if my finger is scrolling over the other controls.
Any ideas as to why this is happening and a way to stop it? I'd like to have focus of these edittexts at some point, but only when I actually click on them while the scrollview is stationary.
Thanks.
Any ideas as to why this is happening and a way to stop it? I'd like to have focus of these edittexts at some point, but only when I actually click on them while the scrollview is stationary.
Thanks.