I'm using a TransitionDrawable to draw a series of bitmaps in an ImageView. Every time my scheduled handler ticks over, i replace the bitmaps.
I'm finding that if they are not the same size, the draw splits the difference for the second bitmap using the first bitmap (at least I think thats whats going on). I was thinking that I might use two bitmaps there were the same size as a base, then draw my actual jpeg's onto those so the TransitionDrawable doesn't try and scale them. Is there a better way to do this? -- 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

