-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathApp.axaml
More file actions
17 lines (17 loc) · 758 Bytes
/
Copy pathApp.axaml
File metadata and controls
17 lines (17 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:ModAPI"
x:Class="ModAPI.App">
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme Mode="Light"/>
<StyleInclude Source="avares://Material.Icons.Avalonia/App.xaml"></StyleInclude>
<StyleInclude Source="/Styles/Stylesheet.axaml" />
<StyleInclude Source="/Styles/SidebarItem.axaml" />
<StyleInclude Source="/Styles/TabItem.axaml" />
<StyleInclude Source="/Styles/Inputs.axaml" />
<StyleInclude Source="avares://AvaloniaProgressRing/Styles/ProgressRing.xaml"/>
</Application.Styles>
</Application>