What does a correct appfilter.xml look like #3102
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
When you create an icon, you have to add it to Let's say you created an icon for Flirb, you will have to add the following line to the right alphabetic place
hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, aloxe, thank you for your reply. The thing is I seem to be doing exactly what you're advising, and I always get the wrong end of the stick... Do I need to edit the appfilter from the main branch, or from the branch I'm currently uploading to? Anyway, both ways always give me an error. I'm losing my mind. |
Beta Was this translation helpful? Give feedback.
When you create an icon, you have to add it to
https://github.com/Arcticons-Team/Arcticons/blob/main/newicons/appfilter.xml
Let's say you created an icon for Flirb, you will have to add the following line to the right alphabetic place
<!-- Flirb -->is the commercial name of the appcomponent="ComponentInfo{net.flirb.app/net.flirb.app.MainActivity}"is the component name of the App, your phone can generate it when you select this app in Iconrequest.drawable="flirb"is the filename of the icon you drew (without the.svg) Usually you use the same name as the default one but you c…