-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any way to include any custom SVG icon? #49
Comments
If you'd like to contribute an icon to MaterialOS, you may do so by creating a pull request to our icons branch: Which are then pulled into the Android icon pack and published. If you have more questions about the progress of that, I'd suggest pinging @danielhickman on the Icons repo as he's done much more in this regaurd than I have recently |
Yeah, what @crutchcorn said. We're open to looking at a pull request for a Material Design icon on the materialos/icons repo. If you're just wanting to use your own icon in your own launcher, make a PNG and many launchers allow for custom PNGs. If you want to use this pack as a base for your own icon pack, check out some tutorials online for how to edit Polar Dashboard icon packs. |
Great! Thank you for your replies! But I was thinking in some Custom icons tab to manage all of this offline. Even when there's this great possibility :) |
Sadly that's not possible as all icon packs use static drawables and XML files. I'd personally like to make dynamic icons for other reasons as well but the launchers only work with the current de facto standard, unfortunately. |
Let's say I created my own icon for an app in SVG format. It would be nice to use the app so I can change the icon including in this repository my own one.
The text was updated successfully, but these errors were encountered: