Skip to content

Commit

Permalink
OnBoarding changes are done.
Browse files Browse the repository at this point in the history
  • Loading branch information
YogeshwaranCM committed Oct 8, 2019
1 parent 437076d commit a32b4e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage
x:Class="EssentialUIKit.Views.OnBoarding.OnBoaringAnimationPage"
x:Class="EssentialUIKit.Views.OnBoarding.OnBoardingAnimationPage"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:behavior="clr-namespace:EssentialUIKit.Behaviors.OnBoarding"
Expand All @@ -10,8 +10,7 @@
xmlns:local="clr-namespace:EssentialUIKit.Views.OnBoarding"
xmlns:rotator="clr-namespace:Syncfusion.SfRotator.XForms;assembly=Syncfusion.SfRotator.XForms"
xmlns:viewModel="clr-namespace:EssentialUIKit.ViewModels.OnBoarding"
NavigationPage.HasNavigationBar="False"
Shell.NavBarIsVisible="False">
NavigationPage.HasNavigationBar="False">
<ContentPage.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ namespace EssentialUIKit.Views.OnBoarding
/// </summary>
[Preserve(AllMembers = true)]
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class OnBoaringAnimationPage : ContentPage
public partial class OnBoardingAnimationPage
{
/// <summary>
/// Initializes a new instance of the <see cref="OnBoaringAnimationPage" /> class.
/// Initializes a new instance of the <see cref="OnBoardingAnimationPage" /> class.
/// </summary>
public OnBoaringAnimationPage()
public OnBoardingAnimationPage()
{
InitializeComponent();
}
Expand Down

0 comments on commit a32b4e9

Please sign in to comment.