Search code examples
androidcolorsicons

How to change icon colors in android studio


I downloaded some icons from material.io but they only offer the icons in black. I saw a youtube video where they use to allow you to choose the color. Anyway, I am trying to change the colors of the icons to white. I am not having any luck. I tried to change the fill color in android studio but it doesn't work. Any assistance would be appreciated such as exact code and files to add the code to. Thanks.


Solution

  • You can directly download these images in Android Studio.

    res > right click > New > Image Asset and select

    • Icon Type : Action Bar and Tab Icones
    • Asset Type : Clip Art
    • Theme : CUSTOM

    And you can select any clip art that you want, select the color, padding, etc ...

    enter image description here