diff --git a/XamarinStudy/XamarinStudy/XamarinStudy/App.xaml.cs b/XamarinStudy/XamarinStudy/XamarinStudy/App.xaml.cs
index 1418d82..d7c4ed4 100644
--- a/XamarinStudy/XamarinStudy/XamarinStudy/App.xaml.cs
+++ b/XamarinStudy/XamarinStudy/XamarinStudy/App.xaml.cs
@@ -35,11 +35,13 @@ namespace XamarinStudy
//MainPage = new NavigationPage(new SampleNavigationPage());
- TabbedPage tabbed = new TabbedPage();
- tabbed.Children.Add(new SampleElementPage3() { Title = "XAML_NEW" });
- tabbed.Children.Add(new SampleElementPage1() { Title = "XAML" });
- tabbed.Children.Add(new SampleElementPage2() { Title = "CS" });
- MainPage = tabbed;
+ //TabbedPage tabbed = new TabbedPage();
+ //tabbed.Children.Add(new SampleElementPage3() { Title = "XAML_NEW" });
+ //tabbed.Children.Add(new SampleElementPage1() { Title = "XAML" });
+ //tabbed.Children.Add(new SampleElementPage2() { Title = "CS" });
+ //MainPage = tabbed;
+
+ MainPage = new SampleStackLayoutPage();
}
protected override void OnStart()
diff --git a/XamarinStudy/XamarinStudy/XamarinStudy/Views/SampleStackLayoutPage.xaml b/XamarinStudy/XamarinStudy/XamarinStudy/Views/SampleStackLayoutPage.xaml
new file mode 100644
index 0000000..337a681
--- /dev/null
+++ b/XamarinStudy/XamarinStudy/XamarinStudy/Views/SampleStackLayoutPage.xaml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/XamarinStudy/XamarinStudy/XamarinStudy/Views/SampleStackLayoutPage.xaml.cs b/XamarinStudy/XamarinStudy/XamarinStudy/Views/SampleStackLayoutPage.xaml.cs
new file mode 100644
index 0000000..8a0bae1
--- /dev/null
+++ b/XamarinStudy/XamarinStudy/XamarinStudy/Views/SampleStackLayoutPage.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 XamarinStudy.Views
+{
+ [XamlCompilation(XamlCompilationOptions.Compile)]
+ public partial class SampleStackLayoutPage : ContentPage
+ {
+ public SampleStackLayoutPage()
+ {
+ InitializeComponent();
+ }
+ }
+}
\ No newline at end of file
diff --git a/XamarinStudy/XamarinStudy/XamarinStudy/XamarinStudy.csproj b/XamarinStudy/XamarinStudy/XamarinStudy/XamarinStudy.csproj
index fc46044..041345e 100644
--- a/XamarinStudy/XamarinStudy/XamarinStudy/XamarinStudy.csproj
+++ b/XamarinStudy/XamarinStudy/XamarinStudy/XamarinStudy.csproj
@@ -38,6 +38,9 @@
MSBuild:UpdateDesignTimeXaml
+
+ MSBuild:UpdateDesignTimeXaml
+
MSBuild:UpdateDesignTimeXaml