Add these 2 attributes to res/dimens.xml. Modify them according to your requirement
<dimen name="design_bottom_navigation_text_size" tools:override="true">15sp</dimen> <dimen name="design_bottom_navigation_active_text_size" tools:override="true">15sp</dimen>
—
Leave A Comment