I have a question: I wouldto publish my app in Google Play, but I want that the objects in my layout are sized according to dimension of display of smartphone that runs it. I need something like a relative layout. How can I do?
If all elements are coded in the app (instead of using the layout designer), make sure they are sized using dips (device independent pixels) and it will usually size properly unless the layout is very complex.