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-30 21:42:13 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
chip
History
connieshi
00a132b6a0
Remove Chip method.
...
PiperOrigin-RevId: 200735866
2018-06-20 17:27:41 -04:00
..
res
Add support for tinting the chip icon.
2018-06-20 17:24:18 -04:00
res-public
/values
Add missing public attributes.
2018-05-31 16:35:29 -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
Remove Chip method.
2018-06-20 17:27:41 -04:00
ChipDrawable.java
Fix api issues, defer to TextView to render the chip text and ChipDrawable to render everything else.
2018-06-20 17:27:20 -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