Marcin Wisniowski
02/20/2022, 12:09 PMCard
default elevation different from CardView
? In a mixed app, this makes the cards looks different, which looks especially bad in layouts that have both.Albert Chang
02/20/2022, 12:32 PMCardView
is a legacy class which follows the old material design specs. MaterialCardView
and Card
in Compose follow the latest specs and should have the same default elevation.Marcin Wisniowski
02/20/2022, 12:51 PM