This repository is archived: refer to Issue Tracker.
If I use Material Card, it works well in devices with API 17+:
... but in devices with API 16 the background of the card is set to black.
I have found in StackOverflow similar problems concerning the CardView
from
Support Library:
- http://stackoverflow.com/questions/35923377 - March 10, 2016
- http://stackoverflow.com/questions/38185880 - Apr 7, 2016
... and I have tried the proposed solutions, but they do not work with Material Card.
CardView from Android X seems to work well in API 16+, so I think that I have to fallback to it. 😥