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
0ced1bcf8c
Return early from Chip#setupTouchTargetDelegate If the client didn't specify touchTargetDelegate attribute in xml.
...
PiperOrigin-RevId: 208717708
2018-08-17 17:13:05 -04:00
..
res
Add localization to Material Design Components lib, initially for chip.
2018-08-17 16:58:09 -04:00
res-public
/values
Add attributes (chipTouchTargetDelegate, chipMinTouchTargetSize) to support chip meeting minimum accessible touch target size.
2018-08-02 17:58:34 -07: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
Return early from Chip#setupTouchTargetDelegate If the client didn't specify touchTargetDelegate attribute in xml.
2018-08-17 17:13:05 -04:00
ChipDrawable.java
Stop unicode wrapping user input strings in Chip#setText.
2018-08-17 16:59:28 -04:00
ChipGroup.java
Switch ChipGroup to inherit from FlowLayout.
2018-07-12 16:18:34 -04:00