One of our user complaint that app does not look good on New Nexus 7(1200*1900 with 323PPI resolution). I am not getting which layout folder I have to create to give support this new device.
Layout folder for New Nexus 7
3.2k Views Asked by Ankit At
4
There are 4 best solutions below
0

The new Nexus 7 is of 320dpi. So it falls on the large xhdpi
bucket.
So you can specify layout as layout-large-xhdpi
.
Should fall into xhdpi bucket.