Android : Understanding drawable folder

前端 未结 6 482
梦谈多话
梦谈多话 2020-11-29 07:36

I have an image with dimensions 250*70 pixels under drawable folder (I\'m just starting out in Android development, so i created drawable folder in

6条回答
  •  温柔的废话
    2020-11-29 08:14

    actually there are 4 screen resolution standards - check this link for more information http://developer.android.com/guide/practices/screens_support.html , the table below. When you install your app on device, the device return one of these standards and pick the resources from the corresponding folder - ldpi, mdpi, hdpi and xhdpi

提交回复
热议问题