dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

How can I Customize size of page title in android? #95

Open Srusti-Thakkar opened 6 years ago

Srusti-Thakkar commented 6 years ago

Hello, I am using your extension and I have Problem with small screen size device. The title of page is truncate in small device(like Moto e). How can change the size of page tile for this device?

Any other way to prevent this? qbgij

shivanimangla13 commented 6 years ago

I found one alternative by adding Global.bottomBarPage.FixedMode = false;

It will not show all the title of babar. But it will show the active tab title.