3.21.0
Added
WarningView
has new attributedefaultPadding
which removes the default padding from the component when set to false. When set to true, or not provided in the xml, component has default8dp
padding.
Changed
- Updated padding on
HeadlineCardView
so that if there are no children added then the bottom padding is the same as a normal card (16dp). If children are added, this padding is increased back to 24dp automatically.