File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/java/com/google/android/material Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
* href="https://material.io/components/navigation-bar/overview">design guidelines</a>.
93
93
*/
94
94
public class BottomNavigationView extends NavigationBarView {
95
- private static final int MAX_ITEM_COUNT = 5 ;
95
+ private static final int MAX_ITEM_COUNT = 6 ;
96
96
97
97
public BottomNavigationView (@ NonNull Context context ) {
98
98
this (context , null );
Original file line number Diff line number Diff line change 63
63
*/
64
64
@ RestrictTo (LIBRARY_GROUP )
65
65
public abstract class NavigationBarMenuView extends ViewGroup implements MenuView {
66
- private static final int ITEM_POOL_SIZE = 5 ;
66
+ private static final int ITEM_POOL_SIZE = 7 ;
67
67
private static final int NO_PADDING = -1 ;
68
68
69
69
private static final int [] CHECKED_STATE_SET = {android .R .attr .state_checked };
You can’t perform that action at this time.
0 commit comments