Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created March 26, 2022 16:40
Show Gist options
  • Save Char0394/5e43092f846181d7afe73bc26d4001db to your computer and use it in GitHub Desktop.
Save Char0394/5e43092f846181d7afe73bc26d4001db to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<local:BaseQuickTourPage
xmlns:local="clr-namespace:QuickTourXFSample.Views.QuickTourSteps"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:Controls="clr-namespace:QuickTourXFSample.Controls"
x:Class="QuickTourXFSample.Views.QuickTourSteps.QuickTourStep1PopUp" >
<Controls:AnimatedView VerticalOptions="CenterAndExpand">
<Frame Padding="20"
Margin="20">
<StackLayout Spacing="20">
<Label Text=" ♥❣❤❦"
HorizontalOptions="Center"/>
<Label Text="Welcome to MYAPP, we are so glad you decided to try out. Here is a quick tour of the main app functionalities."/>
</StackLayout>
</Frame>
</Controls:AnimatedView>
</local:BaseQuickTourPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment