BottomNavigationView: How to remove hypheanted labels
问题 Implementing a 5-item BottomNavigationView -with the labels always shown- I'm using the following approach: <android.support.design.widget.BottomNavigationView android:id="@+id/navigation" android:layout_width="0dp" android:layout_height="wrap_content" android:background="?android:attr/windowBackground" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:menu="@menu/navigation" app:labelVisibilityMode=