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
/
chip
History
connieshi
9492832207
Rolling back changes to override Chip#setText and Chip#getText because it broke some tests.
...
PiperOrigin-RevId: 197975319
2018-05-30 17:34:46 -04:00
..
res
Use the android:text attribute instead of chipText attribute to specify text label for ChipDrawable.
2018-05-30 17:19:38 -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
Rolling back changes to override Chip#setText and Chip#getText because it broke some tests.
2018-05-30 17:34:46 -04:00
ChipDrawable.java
Rename ChipDrawable#getChipText to ChipDrawable#ChipDrawable#getText
2018-05-30 17:33:30 -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