We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I've launched your sample with default packages: the display of the PancakeView look like expected when the style FrameTotal is applied.
PancakeView
FrameTotal
<Style x:Key="FrameTotal" TargetType="pancake:PancakeView"> <Setter Property="BackgroundColor" Value="#FFFFFF" /> <Setter Property="CornerRadius" Value="10" /> <Setter Property="Elevation" Value="4" /> <Setter Property="HasShadow" Value="False" /> <Setter Property="Padding" Value="0" /> </Style>
Here is the default screenshot.
However, after having updated the packages Xamarin.Forms to 4.8.0.1451 and Xamarin.Forms.PancakeView to 2.1.0.714, the borders are no longer visible.
Here is the new screenshot. The result is the same on iOS and Android.
Would you have an explanation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I've launched your sample with default packages: the display of the
PancakeView
look like expected when the styleFrameTotal
is applied.Here is the default screenshot.
However, after having updated the packages Xamarin.Forms to 4.8.0.1451 and Xamarin.Forms.PancakeView to 2.1.0.714, the borders are no longer visible.
Here is the new screenshot. The result is the same on iOS and Android.
Would you have an explanation?
The text was updated successfully, but these errors were encountered: