I've a layout with a 16 buttons, every button has an image and a textview under the image. I've this buttons in a particular order,but once is loaded in the activity the order is not the last i've edited but remain the previous! Why in the editor of eclipse is correct and on runtime is different?!? Thanks!
Sometimes a clean and rebuild is enough to solve your problem. Also you will get a warning on your XML preview that you need to build your project if you changed any code in a custom view for it to draw it properly.