MrVlad001
MrVlad001
I get an error `No known class method for selector 'getLocalizedString:'`
The same problem
> 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); } ```