我想用 Cardslib 更改材质卡的默认阴影。
我有卡
<it.gmariotti.cardslib.library.view.CardViewNative
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card="http://schemas.android.com/apk/res-auto"
android:id="@+id/list_cardId"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/native_recyclerview_card.base"
card:card_layout_resourceID="@layout/native_material_largeimage_card"/>
根据文档https://github.com/gabrielemariotti/cardslib/blob/master/doc/SHADOW.md#customizing-shadow我将 card_shadow.xml 与我的值添加到 /drawable 文件夹中,这没有任何意义。
怎么了?谢谢!