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

