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-01-21 12:33:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
tabs
History
connieshi
b3980237a4
Rename Tab#showBadge to Tab#getOrCreateBadge(). No longer ensures that the badge is visible. User should call BadgeDrawable#setVisible(boolean).
...
PiperOrigin-RevId: 252635742
2019-06-18 11:57:19 -04:00
..
res
Add new MODE_AUTO setting for TabLayout. MODE_AUTO behaves like MODE_FIXED with GRAVITY_CENTER while the tabs fit in the content view. Once the tabs expand beyond the TabLayout width, the TabLayout behaves as MODE_SCROLLABLE.
2019-04-19 21:21:27 -04:00
res-public
/values
…
AndroidManifest.xml
…
build.gradle
Adding ViewPager2 as dependency to MDC
2019-05-03 11:04:35 -04:00
TabItem.java
…
TabLayout.java
Rename Tab#showBadge to Tab#getOrCreateBadge(). No longer ensures that the badge is visible. User should call BadgeDrawable#setVisible(boolean).
2019-06-18 11:57:19 -04:00
TabLayoutMediator.java
Remove constructor comments from TabLayoutMediator
2019-05-16 12:50:03 -04:00