This is rather a funny problem I have ever come across,
I have a table layout with 9 image buttons, 3 per row. Every ImageButton has a different image associated with it. I have set the background of the image button to transparent (#00000000). Now here is where the funny stuff happens, One of the images doesn't show up on the emulator (Gingerbread) as well as a device running Froyo. The layout editor shows all the images in place.
Here are some more stuff:
RelativeLayout
instead of a TableLayout
, the same issue persists.drawable-mdpi
folder.Any pointers?
EDIT Turned out to be a bug and this issue has been resolved. Please check this link.