implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<--其中的布局文件-->
</android.support.v7.widget.CardView>