I am trying to design the app for Nexus 10. For dimensions I have made a values-sw800dp
and put the dimensions in the dimens.xml file. However the device is not reading the dimension from dimens.xml file for the Nexus 10 instead it's reading it from values-sw360dp/dimens.xml folder.
What am I doing wrong? What is the values-sw<>dp folder for the Nexus 10?