mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +01:00
12 lines
595 B
XML
12 lines
595 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<prism:PrismApplication xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
xmlns:d="http://xamarin.com/schemas/2014/forms/design"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:prism="http://prismlibrary.com"
|
|
mc:Ignorable="d"
|
|
x:Class="Borepin.App">
|
|
<Application.Resources>
|
|
<ResourceDictionary Source="Styles/LightTheme.xaml" />
|
|
</Application.Resources>
|
|
</prism:PrismApplication> |