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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -