How to auto adjust widget resolution for android?

Hi everybody,
I just finished my 2D android game but widgets are not scaling to resolution of phone. I can see just one part of it. It looks zoomed. How can i fix that?

I am not sure about this, but what you need to check is the anchor points in your widget. Each image, button, etc in the widget editor has anchor points. You need to place them correctly closest to where your images and buttons are located on the screen.

Hope this helps.