ethanhua / Skeleton

A library provides an easy way to show skeleton loading view like Facebook and Alipay
3.67k stars 455 forks source link

Shimmering showing on CardView #17

Closed dev-myatminsoe closed 6 years ago

dev-myatminsoe commented 6 years ago

I use a CardView as root layout and shimmering is showing on the whole view. Already tried setting transparent background. Didn't work.

fxsankdang commented 6 years ago

yes, me too。And I replace item_skeleton_xx.xml's root xml to Relativelayout,but still dosen't work

dev-myatminsoe commented 6 years ago

I got it. Use app:cardBackgroundColor="@android:color/transparent"

fxsankdang commented 6 years ago

OK,I will try.thank you,bro.