Hello everyone, I have a problem with the component in question, but only on Android, with iOS it works perfectly.
Could anyone help me?
Thank you
here is my code, is the sample code .....
SfCardLayout cardLayout = new SfCardLayout();
cardLayout.Children.Add(new SfCardView() { Content = new Label() { Text = "Cyan", BackgroundColor = Color.Cyan } });
cardLayout.Children.Add(new SfCardView() { Content = new Label() { Text = "Yellow", BackgroundColor = Color.Yellow } });
cardLayout.Children.Add(new SfCardView() { Content = new Label() { Text = "Orange", BackgroundColor = Color.Orange } });