且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Android底部导航视图中更改文本填充

更新时间:2022-12-26 18:17:42

通过覆盖更改 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.