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-05 03:58:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
material-components_materia...
/
lib
/
java
/
com
/
google
/
android
/
material
/
card
History
isabellekim
cea8fab635
Update card corner radius to 4dp to match spec.
...
PiperOrigin-RevId: 221346774
2018-11-16 11:49:05 -05:00
..
res
/values
Update card corner radius to 4dp to match spec.
2018-11-16 11:49:05 -05: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
MaterialCardView.java
Stop setting minimum height and width on MaterialCardView's contentLayout. Since it's added with MATCH_PARENT, it will adjust according to MaterialCardView's minimum height and width, which will match CardView's behavior.
2018-11-16 11:48:15 -05:00
MaterialCardViewHelper.java
Update MaterialCardView to use MaterialShapeDrawable, changing stroke to respect extra padding that CardView adds for shadows.
2018-11-16 10:53:15 -05:00