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-19 19:41:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
chip
History
connieshi
f35acd8660
Rolling back again because of bad interactions with espresso ViewMatchers.
...
PiperOrigin-RevId: 198709590
2018-05-31 16:31:26 -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
res-public
/values
add res-public files
2018-05-30 17:42:48 -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 again because of bad interactions with espresso ViewMatchers.
2018-05-31 16:31:26 -04:00
ChipDrawable.java
Keep reference to user provided value in ChipDrawable#setText and return it in ChipDrawable#getText.
2018-05-30 17:37:23 -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