Reputation: 159
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
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