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!