【发布时间】:2018-08-19 02:52:33
【问题描述】:
我的 BottonNavigationView 不显示其他选项,超出所选项目。我确实尝试设置文本颜色,但已更改的颜色是所选项目的颜色。
<android.support.design.widget.BottomNavigationView
app:menu="@menu/menu_bottom"
android:id="@+id/bottomNavigationView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/darker_gray"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
【问题讨论】:
标签: android material-design android-animation bottomnavigationview