开发者

Android Screen Size Scaling

开发者 https://www.devze.com 2023-02-03 12:59 出处:网络
I\'ve read some Android docs including the official developer ones, and no doubt there is a lot of complexity to the art-asset problem involving DPI and screen sizes.

I've read some Android docs including the official developer ones, and no doubt there is a lot of complexity to the art-asset problem involving DPI and screen sizes.

I'm simply looking for the a开发者_运维知识库nswer to: is there any easy way to have good looking art assets without recreating ones for different screens?!

I've tried to make high-resolution assets, but have found the android-scaling always ends up looking like crap?

Is that always the case or am I doing something wrong?


Try doing it the other way. Try low/medium resolution assets. That comes out okay in most cases. (And as of now.. the hdpi devices are in minority ) :-)

0

精彩评论

暂无评论...
验证码 换一张
取 消