Imagine I have a layout folder called layout-port . This layout contains two layouts that you can see in the figure below (handset). On the other hand, I have a layout folder, which is used when the screen orientation is not in portrait mode, therefore in the landscape.

However, when I rotate the device using a small screen, it will use the portrait layout, but since the screen is so small, it is not optimal and does not look very good, since the layout of the two fragments is mainly focused on atleast 600dp tablets.
So the question is, can I use the qualifier to set the terrain layout for the smallest width above 600?
I checked the docs http://developer.android.com/guide/practices/screens_support.html , but it doesn't seem to be able to combine the smallest width and orientation.
source share