Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

dscoppelletti/CardViewTest

Repository files navigation

CardViewTest

This repository is archived: refer to Issue Tracker.

If I use Material Card, it works well in devices with API 17+:

API 17

... but in devices with API 16 the background of the card is set to black.

API 16

I have found in StackOverflow similar problems concerning the CardView from Support Library:

... 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. 😥