Android BottomNavigationView未选择的文本未显示

Android BottomNavigationView未选择的文本未显示,android,bottomnavigationview,Android,Bottomnavigationview,我正在使用android.support.design.widget.BottomNavigationView。除了未选中时未显示的标题外,其他内容都可以 @颜色/橙色 缺少什么?如果您正在使用支持库28,请尝试以下操作 app:labelVisibilityMode="labeled" 完整代码 检查此-->尝试此选项-bottomNavigationView.setLabelVisibilityMode(LabelVisibilityMode.LABEL\u VISIBILITY\u

我正在使用android.support.design.widget.BottomNavigationView。除了未选中时未显示的标题外,其他内容都可以


@颜色/橙色

缺少什么?

如果您正在使用支持库28,请尝试以下操作

app:labelVisibilityMode="labeled"
完整代码


检查此-->尝试此选项-bottomNavigationView.setLabelVisibilityMode(LabelVisibilityMode.LABEL\u VISIBILITY\u LABEL)@Sean
app:labelVisibilityMode="labeled"