I have developed an application and created the xml files in different layout :
- layout-large
- layout-large-1024×600
- layout-normal
- layout-normal-480×320
- layout-normal-640×360
- layout-normal-640×480
- layout-normal-800×480
- layout-small
- layout-small-320×240
- layout-small-400×240
I have tested the application on five different android devices and it works ok on 4 of it. On the HTC Flyer (resolution 1024×600) the result is not ok. The icon are too little not in the right place…
In the eclipse graphical layout preview of the 1024×600 resolution, the result is ok. I don’t understand why the result on the Flyer is not ok.
I have all the image in the drawable-hdpi folder.
Any help would be appreciated !
The problem was that I defined the 600×1024 7.0 display as HDPI instead of MDPI. Now it works OK.