rhanb/nativescript-bottombar

Can i reduce the font-size of item name ??

Opened this issue · 2 comments

Can i reduce the font-size of item name ??
rhanb commented

It's not a supported feature yet, feel free to make a PR to both native library and this plugin repo !

rhanb commented

Android:

The API of BottomNavigationView doesn't allow to change the size of an item title. But can be changed by overriding default values, to know more see this stackoverflow
Or maybe using SpannableStringBuilder could solve the issue, for more info see stackoverflow