diff --git a/Smartway.UiComponent.Sample/Layouts/LayoutsSample.xaml b/Smartway.UiComponent.Sample/Layouts/LayoutsSample.xaml new file mode 100644 index 0000000..fa8f29a --- /dev/null +++ b/Smartway.UiComponent.Sample/Layouts/LayoutsSample.xaml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/Smartway.UiComponent.Sample/Layouts/LayoutsSample.xaml.cs b/Smartway.UiComponent.Sample/Layouts/LayoutsSample.xaml.cs new file mode 100644 index 0000000..5231d8e --- /dev/null +++ b/Smartway.UiComponent.Sample/Layouts/LayoutsSample.xaml.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +using Xamarin.Forms; +using Xamarin.Forms.Xaml; + +namespace Smartway.UiComponent.Sample.Layouts +{ + [XamlCompilation(XamlCompilationOptions.Compile)] + public partial class LayoutsSample : ContentPage + { + public LayoutsSample() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/Smartway.UiComponent.Sample/MainPage.xaml b/Smartway.UiComponent.Sample/MainPage.xaml index b703737..bb4add2 100644 --- a/Smartway.UiComponent.Sample/MainPage.xaml +++ b/Smartway.UiComponent.Sample/MainPage.xaml @@ -8,16 +8,19 @@ x:Class="Smartway.UiComponent.Sample.MainPage" x:DataType="sample:MainPageViewModel" x:Name="Self"> - -