I'm testing my app on the nexus 10 and I'm wondering how to provide background resources for the same.
To elaborate, the problem is that the Nexus 10 sports a 2560x1600 resolution but falls in the xhdpi category, which is the same category as the Galaxy Nexus and the Nexus 4. I am trying to understand how can I provide a 2560x1600 resolution background image specific to the Nexus 10 instead of defaulting to a Galaxy Nexus background which is designed for a 1280x720 like screen. Typically I would do that by putting the background image in the respective drawable folder (here drawable-xhdpi) and let android automatically pick the right resources.
Possible solution: Should I put the 2560x1600 resolution image in a drawable-sw720p-xhdpi folder? Is it correct to categorise the nexus 10 as a sw720dp device (10+") with xhdpi characteristics?