Android: drawable resolutions

前端 未结 6 1558
温柔的废话
温柔的废话 2021-02-08 12:06

I\'ve been through this post (and others) as well as through the documentation about supporting different screen resolutions in Android, but I couldn\'t find a clear answer to a

6条回答
  •  离开以前
    2021-02-08 12:26

    res/drawable is the fallback

    the caveat is that scaling not only degrades the image but takes processing time too.

    I have not even read the API-Level 3 docs yet, sorry for 1/2 an answer

提交回复
热议问题