Layout problem

GaNdAlF89

Active Member
Licensed User
Longtime User
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?
 

TomA

Active Member
Licensed User
Longtime User
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.
 
Upvote 0
Top