summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WindowsUniversal/App.xaml
blob: d114d1a18bac1e75ea488beb5eb1838e9f8955fc (plain)
1
2
3
4
5
6
7
8
9
<Application
    x:Class="Xamarin.Forms.ControlGallery.WindowsUniversal.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:Xamarin.Forms.ControlGallery.WindowsUniversal"
	RequestedTheme="Light">


</Application>