matthewrdev / font-icons-in-xamarin-forms

Stop the bitmap apocalypse! Use custom fonts (such as FontAwesome) to create resizable, recolorable icons throughout your app 🤘
Apache License 2.0
19 stars 3 forks source link

Missing files + font render issue on Android resize #2

Closed danielmcconville closed 7 years ago

danielmcconville commented 7 years ago

Hi, thanks for the code!

It looks like you have missed a couple of files from your project (ViewModelLocator & the Converters).

Additionally I experienced issues with the rendering of the fontawesome fonts in Android when re-sizing. I forked the repo and did a fix for both of these issues. I will issue a pull request so you can take a look.

matthewrdev commented 7 years ago

The missing files appear to be a symptom of me using MFractors code-gen :/

Thanks for the pull request, I've just merged it in.