我想使用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文件夹中,但它没有任何意义。
出了什么问题?谢谢!
答案 0 :(得分:1)
自定义阴影适用于CardView
,您正在创建CardViewNative
请阅读页面开头https://github.com/gabrielemariotti/cardslib/blob/master/doc/SHADOW.md
注意:CardViewNative不使用此视图,因为它是 原生支持。
以下所有功能仅受CardView支持