File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
EssentialUIKit/Views/OnBoarding Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<ContentPage
3
- x : Class =" EssentialUIKit.Views.OnBoarding.OnBoaringAnimationPage "
3
+ x : Class =" EssentialUIKit.Views.OnBoarding.OnBoardingAnimationPage "
4
4
xmlns =" http://xamarin.com/schemas/2014/forms"
5
5
xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
6
6
xmlns : behavior =" clr-namespace:EssentialUIKit.Behaviors.OnBoarding"
10
10
xmlns : local =" clr-namespace:EssentialUIKit.Views.OnBoarding"
11
11
xmlns : rotator =" clr-namespace:Syncfusion.SfRotator.XForms;assembly=Syncfusion.SfRotator.XForms"
12
12
xmlns : viewModel =" clr-namespace:EssentialUIKit.ViewModels.OnBoarding"
13
- NavigationPage.HasNavigationBar=" False"
14
- Shell.NavBarIsVisible=" False" >
13
+ NavigationPage.HasNavigationBar=" False" >
15
14
<ContentPage .Resources>
16
15
<ResourceDictionary >
17
16
<ResourceDictionary .MergedDictionaries>
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ namespace EssentialUIKit.Views.OnBoarding
9
9
/// </summary>
10
10
[ Preserve ( AllMembers = true ) ]
11
11
[ XamlCompilation ( XamlCompilationOptions . Compile ) ]
12
- public partial class OnBoaringAnimationPage : ContentPage
12
+ public partial class OnBoardingAnimationPage
13
13
{
14
14
/// <summary>
15
- /// Initializes a new instance of the <see cref="OnBoaringAnimationPage " /> class.
15
+ /// Initializes a new instance of the <see cref="OnBoardingAnimationPage " /> class.
16
16
/// </summary>
17
- public OnBoaringAnimationPage ( )
17
+ public OnBoardingAnimationPage ( )
18
18
{
19
19
InitializeComponent ( ) ;
20
20
}
You can’t perform that action at this time.
0 commit comments