I am using the bottom navigation view for an android app. I have increased the size of my icon, but now the icon runs over the text. Here is what I see:
Her
You change the height of BottomNavigationView by overriding the below dimension
BottomNavigationView
<dimen name="design_bottom_navigation_height" tools:override="true">52dp</dimen>
This will increase the height and bring down the text to avoid overlapping.