Question

I created an activity using scroll layout. When the activity start, I see the buttom part of the page, so I need to scroll up to see top. Someone know how to solve the problem? (to see the top part of the page first when the activity start?) I tried to search the web about the scroll view, but didn't find any details about this specific problem.

Thanks a lot!

Était-ce utile?

La solution

If the ScrollView is the root of your view, that may happen because some view inside the ScrollView is gaining the focus.

Try to add this attribute android:focusableInTouchMode="true" to another view located at the top of the ScrollView and tell if it worked ;)!

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top