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-20 20:12:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
badge
History
connieshi
c7d21aec95
Convenience wrapper method for Drawable#setVisible(boolean, boolean) with the second parameter hardcoded to false.
...
PiperOrigin-RevId: 249981625
2019-05-29 15:43:19 -04:00
..
res
Add support for badgeStyle, a theme level style attribute for customizing the appearance of badges.
2019-05-24 14:16:22 -04:00
res-public
/values
Add support for badgeStyle, a theme level style attribute for customizing the appearance of badges.
2019-05-24 14:16:22 -04:00
AndroidManifest.xml
Add boilerplate code (getters, setters, override abstract methods) define custom attributes for new custom drawable, BadgeDrawable.
2019-02-24 14:30:54 -05:00
BadgeDrawable.java
Convenience wrapper method for Drawable#setVisible(boolean, boolean) with the second parameter hardcoded to false.
2019-05-29 15:43:19 -04:00
BadgeUtils.java
Add convenience method to check if VERSION.SDK_INT < VERSION_CODES.JELLY_BEAN_MR2 in BadgeUtils.
2019-05-24 14:28:16 -04:00
build.gradle
Add build.gradle for the badge module.
2019-04-19 12:57:22 -04:00