Skip to content Skip to sidebar Skip to footer

Generate Same Size Image In Drawable Object

I have a drawable object which contains a app icon and it is stored it in runtime process.when I test it in different screen size it gives me different app icon size .I want my dra

Solution 1:

If you want to add images for different screen size you can simply following steps:

  1. Right clik your on app>New>Image Asset enter image description here
  2. Select Asset Type: Image and browse your logo or image you want to use enter image description here
  3. Rename your image enter image description here
  4. Click next and finish enter image description here
  5. You can find your image in mipmap with images that are for all kind of screen sizes enter image description here

Post a Comment for "Generate Same Size Image In Drawable Object"