Android Gallery zoom in/out

前端 未结 4 462
北恋
北恋 2020-12-31 20:00

Hi I am using the Gallery widget to show images downloaded from the internet.

to show several images and I would like to have a gradual zoom while people slide up an

4条回答
  •  不思量自难忘°
    2020-12-31 20:40

    To keep the state of the animation after it is done, just do this on your animation:

    youranim.setFillAfter(true);
    

    Edit :

    In my project, I use this method and i think, it's help you :

    http://developer.sonymobile.com/wp/2011/04/12/how-to-take-advantage-of-the-pinch-to-zoom-feature-in-your-xperia%E2%84%A2-10-apps-part-1/

提交回复
热议问题