Home android work with icons in Android Studio

work with icons in Android Studio

Author

Date

Category

How to make 5 from one icon for all DPI screen? For example, I drew some kind of element for the project in the maximum resolution for XXXHDPI. Is there any standard tools in Android Studio to make the remaining permissions under all screens? Or maybe a plugin, if there are no standard ways.


Answer 1, Authority 100%

You need to do the following steps in Android Studio:

  1. Find the res folder and click on it right mouse button
  2. Select New – & gt; Image Assett
  3. Specify the way to the icon in Image Path and configure additional options optionally
  4. Press Next and FINISH

After that, in your project, the MIPMAP-XXX folders will appear for each resolution in which your icons will lie.


Answer 2, Authority 100%

Yes, there is a good plugin :

you can still Certheland . Or here here

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions