skydoves / AndroidVeil

:performing_arts: An easy and flexible way to implement loading skeletons and shimmering effects on layouts for Android.
Apache License 2.0
1.52k stars 106 forks source link

VeilRecyclerFrameView doesn't display element with MaterialCardView correctly #39

Closed IvanAbakumov closed 9 months ago

IvanAbakumov commented 9 months ago

Describe the Bug:

I have a problem displaying MaterialCardView in VeilRecyclerFrameView. The library displays content inside the MaterialCardView, but doesn't display the MaterialCardView border.

Example of how it is displayed now

Expected Behavior:

I expect to see a border and shadow for the MaterialCardView. I'll add an example of how it should be.

Example as would like

journey_list

IvanAbakumov commented 9 months ago

Issue is done.

app:veilFrame_defaultChildVisible="true"