Is there a way to create a resource qualifier for landscape mode, but only for sphones? For large screens I’m using Fragments, so the layout in portrait mode really looks better for them. Currently my resources look like this:
resources/layout
resources/layout-w600dp
resources/layout-w1200dp
In layout, I have the layouts for the activities on phones and for the fragments in default (portrait) mode. The other two folders are for the activities in “medium” and “big” tablet screens. If I create a
resources/layout-land
To better support landscape on phones, It will be used for tablets on landscape. Duplicating the file from layout in layout-w600dp-land makes me itch… is there a way to do what I want without duplicating files?
I’m not exactly sure you’re trying to accomplish but I would read through this article to see if it helps answer your question: http://android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html