Android CardView

徐皓君
2023-12-01

一、build.gradle

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>

 

 类似资料:

相关阅读

相关文章

相关问答