Vincent
Vincent

Reputation: 159

How can I use outlined Material icons in Android Studio?

I would like to use outlined Material icons in my Android Studio project but I'm not able to find how. I've searched on Google similar questions and only found this unanswered question. I've also searched on the Material Design website, but the "copy" icon doesn't appears in it...

So, how can I use outlined Material icons ?

Upvotes: 0

Views: 1511

Answers (2)

sinalco12
sinalco12

Reputation: 288

You can switch to outlined icons in the drop down menu.

Vector assets

Upvotes: 4

tony
tony

Reputation: 506

Right-click the res > drawable folder in the Explorer area on the left of Android Studio. From the menu that appears, select New > Vector Asset

Upvotes: 0

Related Questions