aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.83k stars 682 forks source link

Change icon size #366

Open IndiceDev opened 6 years ago

IndiceDev commented 6 years ago

Hi, is there a way to change the icon size from the AHBottomNavigationItem?

Maybe add some preset sizes: small, medium (default) and large.

nguyenminhduong commented 6 years ago

You can override text size in your dimen file
`10sp

10sp` It work for me
primalbet commented 6 years ago

@nguyenminhduong how does that even work? this is a custom navigation bar and not classic google's one. overriding will affect the googles navigation bar, not this one

primalbet commented 6 years ago

Found a solution here https://github.com/aurelhubert/ahbottomnavigation/issues/138#issuecomment-361053567