Android Question What is default size for layout

Pooya1

Active Member
Licensed User
I used 320x480 size for make layout for default
Is there standard size for it?
Size that is compatible for all device
Thanks
 

Pooya1

Active Member
Licensed User
320x480 is the "standard" size, now, to make your layouts "compatible" with all devices you will have to use the designer scripts.
OK
I have other question
I have many view in layout and i cannot placement in 320x480 but i can in 480x800
Example i add button in bottom and add label on center
If this layout loaded in 320x480,bottom button get over label
My main problem it is
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
i cannot placement in 320x480 but i can in 480x800
Create your own variant:

upload_2018-1-27_18-0-41.png
 
Upvote 0

Pooya1

Active Member
Licensed User
One piece of advise, do not create your own variant, it's better to work with percentages and use the landscape orientation (480x320) that will make your layouts fit any device.
But my app is working in portrait state only
 
Upvote 0
Top