armcha / LuseenBottomNavigation

BottomNavigationView Designed according Google guideLine
1.01k stars 180 forks source link

Set Typeface #13

Closed ParhamAhmadi closed 8 years ago

ParhamAhmadi commented 8 years ago

@armcha Thank for your great library and great work Is it possible to add a method which can get or set the Typeface of Bottom Navigation Items? It would be greater than normal Typeface Thank you again I'm waiting for your response

armcha commented 8 years ago

Hi @ParhamAhmadi now it possible

bottomNavigationView.setFont(Typeface.createFromAsset(getApplicationContext().getAssets(), "fonts/your_font.ttf"));