Jeremy Marcus

Results 36 comments of Jeremy Marcus

What version of Android are you targeting?

Can you target API level 28 Pie?

It is working with api 28. I'll have to see about multi-targeting for api 27 as well. If you can update your target it will be fixed faster. I understand...

Nuget currently has a bug which doesn’t bring the resource in to the iOS project. You will have to manually copy the ttf for it to work. From: dfarrNTST Sent:...

The .ttf files are the correct files but Iconize is expecting them to be named the following: iconize-fontawesome-brands.ttf iconize-fontawesome-regular.ttf iconize-fontawesome-solid.ttf From: ClausElmann Sent: Wednesday, September 19, 2018 3:28 PM To:...

This can be done on Android using the following: ``` c# tabbedPage.On().SetBarItemColor(Xamarin.Forms.Color.Yellow); tabbedPage.On().SetBarSelectedItemColor(Xamarin.Forms.Color.Black); ```

Yes, you can do it in xaml. See the documentation here: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/platform-specifics/consuming/android#tabbedpage-toolbar

I believe when xamarin/Xamarin.Forms#4747 gets merged we will be able to provide an Iconize friendly implementation.

The Android implementation has been fixed in 3.4.0.103

Pushing a 3.5 build to nuget now