My application uses a GridView with an adapter backed by an array that implements BaseAdapter. I have a custom layout/view that displays an image and/or text for the grid cells. When data in the array changes, the GridView calls onLayout for all but one of the displayed grid cells. The cell that is skipped is the same one every time. It is always the 2nd (middle) column of the 3rd row. This problem occurs both in the emulator and on every 2.x device I have tested. It does not occur in the 1.5 emulator or on 1.5 devices.
-- 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

