Drawables for qHD resolution
I'm designing a game possibly for all kinds of Android devices, so I have multiple drawable folders for phones of different resolutions, and for tablets. Here is the list of my folders: drawable-mdpi - for 480x320 devices drawable-hdpi - for 800x480 and 854x480 devices drawable-large-hdpi - for 1024x600 tablets drawable-xlarge-mdpi - for 1200x800 tablets My question is what name should have a folder with drawables for qHD resolution, which is 960x540 and 256 dpi? Thanks in advance. I will deeply, strongly, emphatically encourage you not to use "-large" or "-xlarge" qualifiers with drawables.