rhanb / nativescript-bottombar

Fancy bottom bar for NativeScript :smile: :beers:
Apache License 2.0
65 stars 24 forks source link

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

Open MuhammadTahir92 opened 6 years ago

rhanb commented 6 years ago

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

rhanb commented 5 years ago

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