image size (drawable-hdpi/ldpi/mdpi/xhdpi)

后端 未结 9 1851
逝去的感伤
逝去的感伤 2020-11-28 17:32

Study android, now I\'ve some images to put into drawable dirs (hdpi/ldpi/mdpi/xhdpi). I read a lot but again I don\'t understand. Which size should be an image for every di

9条回答
  •  囚心锁ツ
    2020-11-28 18:36

    you can use Android Asset in android studio , and android Asset will give you image in this size as a drawable and the application will automatically use the size based on screen of device or emulate

提交回复
热议问题