Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default icons I can use in android?

I want to have a list and in each item I want to have a small icon that signifies success/failure.
Is there anything build-in to android e.g. default icons that I can use to display that? I assume I need to declare an ImageView and as android:src add some image that is part of the installation?
How can I do this?

like image 308
Jim Avatar asked Dec 02 '22 17:12

Jim


1 Answers

Okay...You can get a set of Material Design Icons pack,all you have to do is install this plugin Android Material Design Icon Generator

MAC:

Preference > Plugins > Browse repositories, then search material.

Linux or Windows:

File > Settings... > IDE Settings > Plugins > Browse repositories, then search material.

After installing restart your IDE and right click on your drawable folder select New->Material design icon

like image 183
williamj949 Avatar answered Dec 28 '22 13:12

williamj949