I was looking into Google's Material Design CardView, and love the concept, but realize that CardView was only available for devices running on Android 5.0 and up. Since I want to quickly deploy the new design our application, and do not want to wait until most devices are upgraded until 5.0, I was wondering if there would be any other alternative to CardView that would support devices from 4.0 and up.
https://developer.android.com/training/material/lists-cards.html
Thanks in advance