Imported Material icons looks to big on TabBar #278
Unanswered
Sinan-Karakaya
asked this question in
Q&A
Replies: 1 comment
-
I'm experiencing the same behavior. I went to https://fonts.google.com/icons?selected=Material+Symbols+Outlined:stop:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=stop&icon.size=24&icon.color=%23e3e3e3&icon.platform=ios, then the "Apple" tab in the right sidebar and clicked on download. That gave me an SVG that I imported into my project. The result looks way bigger than the (builtin?) play symbol on Android and the builtin play/stop symbols on iOS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When importing Material Icons following the documentation, and using them for a tab bar like so, I get the following results:
The image on the right appear clearly bigger. I used a tool to make the Material svg conform to what XCode wants for a symbol image set. (This one).
I am not sure what is causing this, I already tried lowering the svg size from 24 to 20, but this didn't change anything.
Beta Was this translation helpful? Give feedback.
All reactions