summaryrefslogtreecommitdiff
path: root/PagesGallery/PagesGallery.WinPhone/MainPage.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'PagesGallery/PagesGallery.WinPhone/MainPage.xaml')
-rw-r--r--PagesGallery/PagesGallery.WinPhone/MainPage.xaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/PagesGallery/PagesGallery.WinPhone/MainPage.xaml b/PagesGallery/PagesGallery.WinPhone/MainPage.xaml
new file mode 100644
index 00000000..8ae3bc0a
--- /dev/null
+++ b/PagesGallery/PagesGallery.WinPhone/MainPage.xaml
@@ -0,0 +1,12 @@
+<forms:WindowsPhonePage
+ x:Class="PagesGallery.WinPhone.MainPage"
+ xmlns:forms="using:Xamarin.Forms.Platform.WinRT"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="using:PagesGallery.WinPhone"
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ mc:Ignorable="d"
+ Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
+
+</forms:WindowsPhonePage> \ No newline at end of file