Is there a way to obtain full size versions of the custom icons on Android?
Specifically the pixelated icon (attached). I would like to use them on other devices (Windows and Linux PCs)
Todas as respostas (5)
Solução escolhida
You can download it from the source code. But this is Android Vector Graphics, it must be converted to SVG for instance with this app -> https://vd.floo.app/
TyDraniu said
You can download it from the source code. But this is Android Vector Graphics, it must be converted to SVG for instance with this app -> https://vd.floo.app/
Thank you very much! Could you send the link to the folder where I can find the icons? I've managed to convert it to svg but I'd like to know where to look in case I want to export the other icons in the future as well.
(For future reference in case anyone has trouble understanding) I copied the text in the source code and pasted it into a new .XML file which I then uploaded to the link provided above :)
Everything should be here ->
https://github.com/mozilla-firefox/firefox/tree/main/mobile/android/fenix/app/src/main/res/drawable
TyDraniu said
Everything should be here -> https://github.com/mozilla-firefox/firefox/tree/main/mobile/android/fenix/app/src/main/res/drawable
Thank you very much once again!