Search code examples
androidandroid-layoutportrait

Distinguish between 9" and 10" tablet layouts


I am trying to find the right qualifiers to distinguish a layout between a 10" tablet(Nexus10) and the 9" tablet(Nexus9). This is for portrait layouts, what I have landscape works fine for both screens.

So far I have been unable to find the right combination.

Also I have been unable to make the hdp-port layout folder qualifier work either. It seems to always to


Solution

  • The way I have it and it works fine:

    The directory -sw720dp is for 9" tablet resources and -sw800dp is for 10" tablet resources.