i got to the point in the app where i need to make layout adjustments for multipule screen.
these are the folders i have for layouts:
(each has a landscape version as well)
layout
layout-800x480
layout-sw600dp
layout-sw800dp
most of them work fine, the problem is with the main layout folder. when i run the app on a Galaxy S3 or Nexus 4, the device picks the 800x480 layout, altough these devices have bigger resolution. so the main layout is never picked.. if i understand correctly, a folder such as "layout-800x480" is supposed to be only for devices with the exact same resolution.. am i wrong?