This is similar to the issue I had a while back: http://groups.google.com/group/android-developers/browse_thread/thread/efcd7416c2cbd78/8848e1d87cdec74a
Mihai Fonoage On Feb 2, 3:47 pm, Keean Schupke <[email protected]> wrote: > When I have two views directly next to each other in a layout, > invalidating one causes _both_ to redraw. If I separate them with a > one pixel margin (or a View used as a one pixel separator) > invalidating one no longer causes the other to also be invalidated. > > This looks like an off-by-one bug in the core android View hierarchy. > > Can anyone comment on whether this is deliberate or whether it is a > bug? -- 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

