如何更改BottomNavigationBar属性?

时间:2018-01-12 13:47:55

标签: android layout

如何在 BottomNavigationBar Android中禁用放大并修改所选标签的font_size,我只想更改标签的颜色,不要放大标签,我该怎么办? ,谢谢!

是否有任何属性可以更改此小部件中的某些属性?

<com.ashokvarma.bottomnavigation.BottomNavigationBar
    android:id="@+id/mainTabBar"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true"
    android:layout_gravity="bottom"
    android:animateLayoutChanges="false"
    android:background="@color/white"
    android:splitMotionEvents="false"
    app:bnbActiveColor="@color/colorPrimary"
    app:bnbBackgroundColor="@color/white"
    app:bnbInactiveColor="@color/gray"
    app:bnbMode="mode_fixed"
    tools:override="true"/>

1 个答案:

答案 0 :(得分:0)

BottomNavigationBar是一个自定义组件,可能有自己的样式或继承样式的方法。您能否分享它的工作原理或对组件文档的引用?谢谢!