Permalink
Please
sign in to comment.
Browse files
[BottomNavigation] Delete `itemsContentInsets` API (#6584)
The `itemsContentInsets` API behaves unintuitively and is not used by any internal clients. Since the Material Guidelines article for Bottom Navigation does not allow customization of the positioning of the item views within a Bottom Navigation, it's simply extra maintenance effort without any clear value. Resolves #6556
- Loading branch information
Showing
with
1 addition
and 137 deletions.
- +0 −8 components/BottomNavigation/src/MDCBottomNavigationBar.h
- +0 −16 components/BottomNavigation/src/MDCBottomNavigationBar.m
- +0 −2 components/BottomNavigation/src/private/MDCBottomNavigationItemView.h
- +1 −1 components/BottomNavigation/src/private/MDCBottomNavigationItemView.m
- +0 −86 components/BottomNavigation/tests/snapshot/MDCBottomNavigationItemViewSnapshotTests.m
- +0 −24 components/BottomNavigation/tests/unit/BottomNavigationItemViewTests.m
- BIN ...dens/goldens_64/MDCBottomNavigationItemViewSnapshotTests/testContentInsetsAdjacentLTR_11_2@2x.png
- BIN ...dens/goldens_64/MDCBottomNavigationItemViewSnapshotTests/testContentInsetsAdjacentRTL_11_2@2x.png
- BIN .../goldens_64/MDCBottomNavigationItemViewSnapshotTests/testContentInsetsNoopAdjacentLTR_11_2@2x.png
- BIN .../goldens_64/MDCBottomNavigationItemViewSnapshotTests/testContentInsetsNoopAdjacentRTL_11_2@2x.png
- BIN ...s/goldens_64/MDCBottomNavigationItemViewSnapshotTests/testContentInsetsNoopStackedLTR_11_2@2x.png
- BIN ...s/goldens_64/MDCBottomNavigationItemViewSnapshotTests/testContentInsetsNoopStackedRTL_11_2@2x.png
- BIN ...ldens/goldens_64/MDCBottomNavigationItemViewSnapshotTests/testContentInsetsStackedLTR_11_2@2x.png
- BIN ...ldens/goldens_64/MDCBottomNavigationItemViewSnapshotTests/testContentInsetsStackedRTL_11_2@2x.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 comments on commit
0c2b2ea