You could write your own Drawable that keeps its size consistent across the images and does whatever transition you want. Or use a ViewFlipper to swap between ImageViews.
On Thu, May 19, 2011 at 9:46 PM, Brill Pappin <[email protected]> wrote: > The funny thing is how its actually handling it. Both parts of the > transition are getting scaled. > > What i'm doing is cycling through images from the MediaResolver (like > camera shots) and crossfading between them. > Do you have any suggestions for other ways to do that? > > At the moment I'm playing around with creating a "template" bitmap that is > used to draw everything onto, then give it to the ImageView, but I'm not > feeling all that good about the solution so far. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

