So I was having trouble in a previous app I am developing so I made something smaller to test. I created a 1280x800 MDPI emulator and ran it with a "main_layout" layout in port, land, and sw600dp. Now based on the DPI and the dimensions it should be pulling from the sw600dp but it is actually pulling from my port and landscape layout folders. I tested this by just setting the tags and printing them to see which layout I am using.
For port and land I have "small" as the tag and sw600dp the tag is "big". When I print out the tag I get : "small". But shouldnt a device like this be pulling from sw600dp?