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!

Was it helpful?

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 ;)!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top