How do I prepare images for all the Android resolutions?

前端 未结 4 736
别跟我提以往
别跟我提以往 2020-12-23 11:43

In iOS preparing graphics is simple. There are either a normal image (height x width) or a retina image which is @2x (2 times height x 2 times width).

However, sin

4条回答
  •  一向
    一向 (楼主)
    2020-12-23 12:44

    In Android Studio just go to File -> New -> Image Asset and create your images right out of the IDE.

提交回复
热议问题