BottomNavestionView hiển thị cả biểu tượng và nhãn văn bản mọi lúc
Tôi đang sử dụng android.support.design.widget.BottomNavlationView từ thư viện hỗ trợ thiết kế phiên bản 25 compile 'com.android.support:design:25.0.0' <android.support.design.widget.BottomNavigationView android:id="@+id/bottomBar" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_gravity="center" app:itemBackground="@color/colorPrimary" app:menu="@menu/bottom_navigation_main" android:forceHasOverlappingRendering="true"/> Khi chỉ có ba hành động trong @ menu / bottom_navlation_main, nó sẽ hiển thị cả biểu tượng và nhãn văn bản mọi lúc. …