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!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top