I created layout-large, layout-normal and layout-xlarge in the res folder and I copied all the xml files to those layout folders
First, I want to ask what is the difference between layout (the default) and layout-normal folder?
I know if I run the application on big screen size the app will take the xml files from layout-xlarge. So I made all the elements in layout-xlarge look as I want using FrameLayout in tap2 10.1, but when I run it in note2 or s3 mobile it looks different because the screen size is not same.
So how can I make the the application run in tap2 10.1 (1,280 x 800) and note2 or s3 mobile (1,280 x 720) size?