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
/
chip
History
connieshi
fee1efe5c0
Migrate ChipDrawable to inherit from MaterialShapeDrawable instead of Drawable.
...
PiperOrigin-RevId: 213991051
2018-09-28 16:15:10 -04:00
..
res
Update chip to use themed color attributes.
2018-09-14 10:51:49 -04:00
res-public
/values
Add surface layer to ChipDrawable.
2018-08-31 11:11:01 -04:00
AndroidManifest.xml
Update package name to com.google.android.material
2018-04-30 11:24:23 -04:00
build.gradle
Update chip to use textappearance theme attributes, and enforce textappearance check
2018-07-19 11:03:13 -04:00
Chip.java
To avoid extra memory allocation, only run workaround for a framework bug that doesn't support themed color referenced in ColorStateList for API level < 23 when the Android version is pre-API 23.
2018-09-14 11:03:34 -04:00
ChipDrawable.java
Migrate ChipDrawable to inherit from MaterialShapeDrawable instead of Drawable.
2018-09-28 16:15:10 -04:00
ChipGroup.java
Switch ChipGroup to inherit from FlowLayout.
2018-07-12 16:18:34 -04:00