android - scroll view shows the button part of the page first -


i created activity using scroll layout. when activity start, see buttom part of page, need scroll see top. know how solve problem? (to see top part of page first when activity start?) tried search web scroll view, didn't find details specific problem.

thanks lot!

if scrollview root of view, may happen because view inside scrollview gaining focus.

try add attribute android:focusableintouchmode="true" view located @ top of scrollview , tell if worked ;)!


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -