I am trying to change the textSize of BottomNavigationView from android support library 25.0.0
Unfortunately overriding dimen did not work for me at com.android.support:design:28.0.0
Finally I was able to change the text size by using tag for each title string resource used in menu.xml.
For example I have a menu declared here menu_bottom_navigation.xml, which has item like:
In string.xml, set the target resource like:
Home