views:

98

answers:

1

Just like Twitter for android used to have (they removed it) - I need to display an animated background drawable.

How to I show an image that is actually bigger then the given layout dimensions (without the image being shrink).

What kind of animation do I need to use for the "moving" effect?

thanks.

A: 

You should just create your own custom Drawable and handle the animation yourself.

Romain Guy