0

I am confused I have different drawable folders so that my application select images according to the phone screen. But I am confused about what will be the sizes of the images in different drawable folders?? please help

Bilal Hussain
  • 149
  • 1
  • 12

1 Answers1

0

Try this,

Right click on res. res->New -> Image Asset->Select Asset type - image

then browse your image.Android will automatically convert in different dpi.

Image dimension should be at least 196x196.

Manmohan Kumar
  • 334
  • 2
  • 8