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 に答える