Skip to content
New issue

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

Border removed on PancakeView #1

Open
pcdus opened this issue Oct 5, 2020 · 0 comments
Open

Border removed on PancakeView #1

pcdus opened this issue Oct 5, 2020 · 0 comments

Comments

@pcdus
Copy link

pcdus commented Oct 5, 2020

Hello,

I've launched your sample with default packages: the display of the PancakeView look like expected when the style FrameTotal is applied.

<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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant