tiger4589 / Xamarin.Forms-CardView

A Package to create a CardView using Xamarin.Forms that works on the three platforms (Android, iOS, UWP)
MIT License
66 stars 16 forks source link

CardView Shadow #14

Open mattsolo799 opened 5 years ago

mattsolo799 commented 5 years ago

CardView Shadow is not displaying on Android Device.

Here is the segment of code

<cardView:CardView CardViewHasShadow="true" BackgroundColor="#cfddeb" HeightRequest="265"

.......