How to make a CardView have a clickable&checkable effect, and how to make it dark themed?
问题 Background Before CardView was introduced, I made some selectors on my app to mimic cards, and let the user also choose which theme to use for the app (some prefer a dark theme) : The problem I wanted to make it look&work more natively, so I tried using CardView. Sadly, I fail to understand how to set the CardView have a clickable&checkable effect (the native one of each platform, maybe with a different color), and also have the ability to set it a dark theme. The questions How do I make a