xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

How to use BadgePosition on Android? #36

Closed henriksen closed 7 years ago

henriksen commented 7 years ago

I'd like to position a badge in the top-left position of the tab-text on Android, and I see that the BagdeView class has some support for this, I just can't figure out how and where to set it :)

How would I go about doing this?

xabre commented 7 years ago

Available starting with v1.2.0. :)

henriksen commented 7 years ago

Awesome! Thanks!