Go to the interface that the child is in. Find its coordinates
refactored should look like this:
children = ***;
childX = X;
childY = Y;
Non-renamed should look like this:
anIntArray240 = ***;
anIntArray241 = X;
anIntArray272 = Y;
The *** is the id of the button. Just simply change the X of it down by about 10-15 pixels.


