Please I need your help guys, I need your help on how to use svg icon in AIDE, please!!!
How to use svg icons
You have to use it as xml file you can use svg to (vector drawable)[https://inloop.github.io/svg2android/] converter
After you have the SVG image inside the XML file, you can put it in the Drawable folder and use it
Example:
The path is res/drawable/copy.xml
In your layout.xml
android:src="@drawable/copy"
Thanks bro.
I really appreciate you, but I still don’t get it. Please help me out with it.