Android - How to change bottom navigation bar text's font family

后端 未结 11 1517
北荒
北荒 2020-12-14 00:27

I have created a bottom bar navigation in my android page. But now I want to apply the custom font-family in bottom navigation texts.

This is the bottom navigation c

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 01:10

    If you want to change the text selection dynamically on selection, you can do bottomNav.itemTextAppearanceActive = R.style.yourstyle

提交回复
热议问题