John Dinnen
John Dinnen
Yeah, I would like something like this in Maui too but this hasn't been updated in 4 years so would not hold my breath...
I have seen this also on Android. I noticed that transparent also becomes black if the device goes into night mode.. I just worked around it by defining the transparent...
I only needed the following for the Material and material design fonts I used... ``` var assembliesToInclude = new List { typeof(Plugin.Iconize.Iconize).GetTypeInfo().Assembly, typeof(Plugin.Iconize.Fonts.MaterialModule).GetTypeInfo().Assembly, typeof(Plugin.Iconize.Fonts.MaterialDesignIconsModule).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e, assembliesToInclude); ```
When I was generating these for my own branch, I did this for each of the font entries, I would expect this would also work `Icons.Add("mdi-ab-testing", '\U000F01C9');` Personally I have...
I would like this too, I have to work around it and not really happy with it The comments don't like my XAML so I have a StackLayout with a...