KOTLIN - First item in BottomNavigationBar isn't visible, title issues
问题 I have a BottomNavigationBar with 5 items. The first item is the same as the rest, apart from the name and icon. Here is the xml for the bottom_nav menu <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/name_configuration" android:title="Name Mech" android:icon="@drawable/ic_action_name" /> <item android:id="@+id/mech_skills" android:title="Skills" android:icon="@drawable/ic_action_skills" /> <item android:id="@+id