Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I'd like to have 3 sets of layouts and 3 sets of drawables for 480x854, 540x960, and 720x1280.
How would I go about naming my resource folders to accomodate this?
thanks in advance
drawable-normal (480x854)、drawable-large (540x960)、drawable-xlarge (720x1280) 怎么样?
三组drawables可以放在以下文件夹的资源目录[res]下res/drawable-hdpi,res/drawable-ldpi和res/drawable-mdpi.
res/drawable-hdpi
res/drawable-ldpi
res/drawable-mdpi