diff --git a/sample/ShellExamples/FlyoutExample/App.cs b/sample/ShellExamples/FlyoutExample/App.cs new file mode 100644 index 00000000..7c6713fa --- /dev/null +++ b/sample/ShellExamples/FlyoutExample/App.cs @@ -0,0 +1,33 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +using Xamarin.Forms; +using Tizen.Wearable.CircularUI.Forms; + +namespace FlyoutExample +{ + public class App : Application + { + public App() + { + MainPage = new AppShell(); + } + + protected override void OnStart() + { + // Handle when your app starts + } + + protected override void OnSleep() + { + // Handle when your app sleeps + } + + protected override void OnResume() + { + // Handle when your app resumes + } + } +} diff --git a/sample/ShellExamples/FlyoutExample/AppShell.xaml b/sample/ShellExamples/FlyoutExample/AppShell.xaml new file mode 100644 index 00000000..26e12d7a --- /dev/null +++ b/sample/ShellExamples/FlyoutExample/AppShell.xaml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + +