Custom TextSize of BottomNavigationView support android

前端 未结 8 1320
别跟我提以往
别跟我提以往 2020-12-12 23:53

I am trying to change the textSize of BottomNavigationView from android support library 25.0.0



        
8条回答
  •  无人及你
    2020-12-13 00:32

    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
    

提交回复
热议问题