gabrielemariotti / cardslib

Android Library to build a UI Card
4.66k stars 1.19k forks source link

The card:cardCornerRadius attribute has no effect over CardViewNative #529

Open d4vidi opened 8 years ago

d4vidi commented 8 years ago

I noticed that you're persistently overriding the radius in the view's init. I don't know if it's on purpose, but it causes the card:cardCornerRadius or app:cardCornerRadius attributes (typically used with Google's CardView) to have no effect.

I'd consider removing that programmatic setting of the radius, which I - and perhaps other users, sharing former experience with CardView, have found confusing.