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-04 19:48:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
chip
History
connieshi
662aa06b77
Add null check before access attribute set.
...
PiperOrigin-RevId: 203830200
2018-07-11 15:17:15 -04:00
..
res
Fix API issue with icon visibility.
2018-07-02 09:50:53 -04:00
res-public
/values
Fix API issue with icon visibility.
2018-07-02 09:50:53 -04:00
AndroidManifest.xml
Update package name to com.google.android.material
2018-04-30 11:24:23 -04:00
build.gradle
Update package name to com.google.android.material
2018-04-30 11:24:23 -04:00
Chip.java
Use ViewCompat.getPaddingEnd() instead of getPaddingEnd for backwards compatibility in Chip
2018-07-09 17:27:17 -04:00
ChipDrawable.java
Add null check before access attribute set.
2018-07-11 15:17:15 -04:00
ChipGroup.java
Add a ChipGroup.LayoutParams static class that extends from FlexBoxLayout.LayoutParams. Provide the appropriate pass-through constructors for this new class. Override generateLayoutParams/checkLayoutParams/generateDefaultLayoutParams in ChipGroup to check for and return instances of the new ChipGroup.LayoutParams class.
2018-05-30 17:32:24 -04:00