This website requires JavaScript.
Explore
Help
Sign In
DEV
/
material-components_material-components-android
Watch
1
Star
0
Fork
0
You've already forked material-components_material-components-android
mirror of
https://github.com/material-components/material-components-android.git
synced
2026-02-20 08:39:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
bottomnavigation
History
isabellekim
fa528c4403
Remove padding from large text for BottomNavigation to match small text. Guidance is to use short text in bottom navigation so this should not have a visual effect since the width of each item is equally divided with a max width (in other words, the padding doesn't affect the width). However, when system font size is increased, even short text can be cut off by the padding and this gives a little more room for the text.
...
PiperOrigin-RevId: 224345637
2018-12-06 12:07:07 -05:00
..
res
Remove padding from large text for BottomNavigation to match small text. Guidance is to use short text in bottom navigation so this should not have a visual effect since the width of each item is equally divided with a max width (in other words, the padding doesn't affect the width). However, when system font size is increased, even short text can be cut off by the padding and this gives a little more room for the text.
2018-12-06 12:07:07 -05:00
res-public
/values
Add missing public attributes.
2018-05-31 16:35:29 -04:00
AndroidManifest.xml
…
BottomNavigationItemView.java
Ensures that bottom navigation item background Drawables don't share the same constant state.
2018-10-11 18:13:32 -04:00
BottomNavigationMenu.java
…
BottomNavigationMenuView.java
Add get/setItemBackground() Drawable methods to BottomNavigationView
2018-06-04 10:50:40 -04:00
BottomNavigationPresenter.java
…
BottomNavigationView.java
Verify typography subsystem is complete for Bottom Navigation
2018-07-17 18:09:19 -04:00
build.gradle
…
LabelVisibilityMode.java
…