I have a bottomNavigationView:
<android.support.design.widget.BottomNavigationView android:id="@+id/mainNav" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_gravity="bottom" android:background="?android:attr/colorPrimary" android:foreground="?attr/selectableItemBackground" app:itemBackground="@color/gray_light" app:itemIconTint="#3f3f3f" app:itemTextColor="#3f3f3f" app:labelVisibilityMode="selected" /> but here the labels of some of the sites are incorrectly cropped, and I'm looking for a method similar to ellipsize in the textView. Is there a similar in the bottomNavigationView?