문제

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