I have developed an App intended to work on 10" tablets. I have made my design tests on three different tablets:
Samsung Galaxy Tab 2 (1280*800) Arnova 10g2 (1024*600) Arnova 10bg3 (1024*600)
I have made a distinction between layout-large and layout-xlarge
My problem is that Galaxy tab uses the layout defined in xlarge Arnova 10 g2 uses the layout defined in xlarge Arnova 10 bg3 uses the layout defined in large
As the screen resolutions are different I understand that The Arnova 10bg3 and the Samsung are not using the same layout category.
But I don't understand why the Arnova 10g2 uses the xlarge layout while it has the same screen definition as the other Arnova.
This leads me to the problem that the design for 1280 * 800 is not well applied on the Arnova. What can I do?