tiger4589/Xamarin.Forms-CardView

Not working

Closed this issue · 4 comments

When trying to use the CardView tag on XAML, is not finding it. Has to do something more than install ?

After installing the package it should work easily.
Note that you need to declare the namespace in the XAML header.
Please refer to this example and note the:
xmlns:cardView="clr-namespace:CardView;assembly=CardView" inside the ContentPage tag.
Then you can use it like this:
<cardView:CardView></cardView:CardView>
Try it please and tell me what happens, and if you can share your sample project to see it it would be great :)

@marcelinhovt Have you been able to fix this?

I am glad you liked it.
In Android it is by default just a little shadow I am afraid, I will try to make this much better when I get more time, in case you have any suggestions please post them here, I will close the issue now.