Android: Scrolling an Imageview

Posted by luca on Stack Overflow See other posts from Stack Overflow or by luca
Published on 2010-06-17T00:36:39Z Indexed on 2010/06/17 0:42 UTC
Read the original article Hit count: 536

Filed under:
|
|

I have an ImageView that is twice the height of a normale screen ( 960 dip). I would like to scroll it nicely up and down on the screen. The bottom of the screen should contain a bottom. I have tried various combinations of ScrollView and Imageviews without any success. I have also thinkered with the :isScrollContainer attribute without results. Anyone knows how to do this? Cheers, Luca

© Stack Overflow or respective owner

Related posts about android

Related posts about scrolling