android - drawable-w2560dp and drawable-1600dp Do Not Work -


i using new wdp qualifiers in application various phone/tablet sizes. work 600, 720, 800, 1200, not 1600 , 2560. google nexus 10 tablets have 2560 x 1600 resolutions. why drawable-w2560dp , drawable-w1600dp not work? how define assets google nexus 10?

these qualifiers not work because google nexus not fall under them. w2560dp stands "width of 2560dp". dp or density-independent pixels different regular pixels. nexus 10 may have resolution of 2560px x 1600px (i.e. pixels) dp dimensions going more 960dp x 720dp (or that. can't give exact numbers).

take @ these design guidelines supporting multiple screens feel difference between pixels , dp , how can better design layouts.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -