pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

Badge flexability #41

Open danilkurkin1 opened 7 years ago

danilkurkin1 commented 7 years ago

First of all, thank you for your lib, found it very useful.

Regarding the problem I have - when badge number grows to 100 - number is cut to 10 as drawing is not updated on count change. When restarting the app - 100 fits the drawing the radius is getting bigger as you place the badge in the circle not rectangle with round corners.

I've updated the project to fulfill those requirements and I can commit the changes. Also I did add the limit to number, so if set to 100, badge will show +99 on growing counter.

Let me know where/how you want them.

pocheshire commented 7 years ago

Thanks! I'll waiting PR with this feature that you implemented