MrVlad001

Results 4 comments of MrVlad001

I get an error `No known class method for selector 'getLocalizedString:'`

> Hello, thanks for your library, its great. > However I have a problem with latest version. I have a 5 items placed in bottom menu, one with long text...

@JohnMars25 , I found a solution. Try this ``` for(int i = 0 ; i < bottomNavigation.getItemCount(); i++ ){ TextView view = bottomNavigation.getLargeLabelAt(i); view.setPadding(0,0,0,0); } ```