[android-developers] Re: Drawing errors during a shrink animation in Android 2.3.4

2011-09-15 Thread neuromit
bumb... On Sep 13, 4:23 pm, buda gavril wrote: > did you trued to invalidate the view? maybe if you draw it again it > will look good > > On Sep 13, 6:10 pm, neuromit wrote: > > > > > > > > > I have 12 ImageButtons setup in a 3x4 grid. When the user clicks on an > > image button it grows to fill

[android-developers] Re: Drawing errors during a shrink animation in Android 2.3.4

2011-09-13 Thread buda gavril
did you trued to invalidate the view? maybe if you draw it again it will look good On Sep 13, 6:10 pm, neuromit wrote: > I have 12 ImageButtons setup in a 3x4 grid. When the user clicks on an > image button it grows to fill the screen, holds, and then shrinks down > to its original location. > >