gpt4 book ai didi

Android BottomNavigationView 未选择的文本不显示

转载 作者:太空狗 更新时间:2023-10-29 15:44:18 24 4
gpt4 key购买 nike

<分区>

我正在使用 android.support.design.widget.BottomNavigationView。除了未选择时不显示标题外,一切都很好。

enter image description here

<!-- layout -->
<android.support.design.widget.BottomNavigationView
android:id="@+id/bnvBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:background="@android:color/background_light"
android:theme="@style/BottomNavigationTheme"
app:menu="@menu/bottom_navigation_main" />

<!-- theme -->
<style name="BottomNavigationTheme" parent="Theme.AppCompat.Light">
<item name="colorPrimary">@color/orange</item>
</style>

缺少什么?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com