I’m busy developing an android application by making use of Xamarin and Visual Studio. I have created the following folder structure:
res/layout/main_activity.xml # For phones
res/layout-sw600dp/main_activity.xml # For 7” tablets
res/layout-sw720dp/main_activity.xml # For 10” tablets
For the various layouts, but this does not seem to be working. It keeps showing the xml file which is located in the res/layout/ folder?
Any help would be appreciated!
Many thanks in advance!
Low density Small screens QVGA 240×320
layout-small-ldpi
layout-small-land-ldpi
Low density Normal screens WVGA400 240×400 (x432)
layout-ldpi
layout-land-ldpi
Medium density Normal screens HVGA 320×480
layout-mdpi
layout-land-mdpi
Medium density Large screens HVGA 320×480
layout-large-mdpi
layout-large-land-mdpi
High density Normal screens WVGA800 480×800 (x854)
layout-hdpi
layout-land-hdpi
Xoom (medium density large but 1280×800 res)
layout-xlarge
layout-xlarge-land