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

replaced container frame with transparent StackLayout #11

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Next Next commit
replaced container frame with transparent StackLayout
Marco Bellini committed Apr 23, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7b6426175d3d2263747ee33afa7eceba22c20033
4 changes: 2 additions & 2 deletions SwipeCards.Controls/Views/CardView.xaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:effects="clr-namespace:SwipeCards.Demo.Forms.Effects">

<Frame BackgroundColor="White" HasShadow="false">
<StackLayout BackgroundColor="Transparent">
<ContentView x:Name="Container" />
</Frame>
</StackLayout>
</ContentView>