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 フォルダーに追加しましたが、意味がありません。
どうしたの?ありがとうございました!