1

我想用 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 文件夹中,这没有任何意义。

怎么了?谢谢!

4

1 回答 1

1

自定义阴影适用于CardView您正在创建CardViewNative

在页面开头阅读https://github.com/gabrielemariotti/cardslib/blob/master/doc/SHADOW.md

注意: CardViewNative 不使用此视图,因为它是本机支持的。

以下所有功能仅由 CardView 支持

于 2015-05-07T02:40:48.100 回答