I'm developing an app using Eclipse. I'm trying to get as large as almost all android screen sizes. I searched alot on google and youtube and the only way I found and understood is that to choose in making a new layout qualifiers which are Small,Medium, Large, and xlarge. The problem I'm facing is with the normal category, when I choose the preview from galaxy nexus to nexus 4, the location of the button changes. their Height and Width unit is DP. and the Galaxy Nexus and Nexus 4 falls under the normal Category I think. Is there any manual way to develop for specified phone screen size and add them to the layout? I don't care how hard it is I'm ready to add all android screen sizes to the list.
Thanks in advance.