Android CardView with weird border when transparent
问题 I'm having some trouble with CardView transparency and card_elevation. Trying to use a CardView transparent the result is: Without transparency: What I'm trying to get is something like this: Here is my xml: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:card_view="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@mipmap/eifell"