android 透明按钮边框,Android CardView具有奇怪的边框透明

我对CardView透明度和card_elevation有一些麻烦.尝试使用CardView透明的结果是:

没有透明度:

我想要得到的是这样的:

这是我的xml:

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"

android:padding="10dp"

tools:context=".MainActivity">

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:paddingTop="5dp"

android:background="@android:color/transparent">

android:layout_width="match_parent"

android:layout_height="wrap_content">

android:id="@+id/newsCardView"

android:layout_width="match_parent"

android:layout_height="175dp"

card_view:cardBackgroundColor="#602B608A"

card_view:cardElevation="5dp">

android:layout_width="match_parent"

android:layout_height="match_parent"

android:background="@android:color/transparent">