Request: please add CardView too
AndroidDeveloperLB opened this issue · 3 comments
AndroidDeveloperLB commented
Request: please add CardView too
Jawnnypoo commented
CardView already supports android:foreground
attributes
AndroidDeveloperLB commented
odd. i remember it didn't.
baole commented
To keep the library clean and dependency-less, ForegroundViewImpl is now public access. You can implement your own (Foreground)-CardView or other views using ForegroundViewImpl class. See ForegroundButton as an example