White border around dark themed CardViews
问题 I have a custom control that extends CardView. I am adding it to a linear layout so that I can create a grid of cards. I'm not using a ListView or RecyclerView. I wanted to set up a gap between the cards within the linear layout, so I defined a margin. THe card layout is using the dark theme. My application is using the default material theme (dark). I'm testing on a Pixel C, Android 6.0.1. <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns